/* to use the font for symbols that has been downloaded with the project */
@font-face { 
    font-family: 'Material Symbols Rounded';
    src: url('../../fonts/MaterialSymbolsRounded[FILL\,GRAD\,opsz\,wght].woff2') format('woff2');
}

.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
    font-size: inherit;
}