@font-face {
    font-family: 'Material Symbols Rounded';
    src: url('../../theme/fonts/MaterialSymbolsRoundedFilled-Regular.woff2') format('woff2'),
        url('../../theme/fonts/MaterialSymbolsRoundedFilled-Regular.woff') format('woff');
    font-weight: 100 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Material Symbols Outlined';
    src: url('../../theme/fonts/MaterialSymbolsOutlined-Regular.woff2') format('woff2'),
        url('../../theme/fonts/MaterialSymbolsOutlined-Regular.woff') format('woff');
    font-weight: 100 700;
    font-style: normal;
    font-display: block;
}
