@font-face {
    font-family: 'Material Icons';
    src:
        url('/assets/fonts/MaterialIcons-Regular.woff2') format('woff2'),
        url('/assets/fonts/MaterialIcons-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Material Symbols Outline';
    src: url('/assets/fonts/material-symbols-outlined.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

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

.material-symbols-outlined.group::after {
    content: '\e7ef';
}

.material-symbols-outlined.keyboard_arrow_up::after {
    content: '\e316';
}

.material-symbols-outlined.keyboard_arrow_down::after {
    content: '\e313';
}
