/* Dashboard Styles - prepacivique */

body {
    font-family: 'Lexend', sans-serif;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}

/* Custom scrollbar for better look */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #cfdbe8;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #4b739b;
}
