@font-face {
    font-family: 'MaterialIconsFilled';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/material-icons-filled.woff2) format('woff2'),
        url('../fonts/material-icons-filled.ttf') format('truetype');
}

@font-face {
    font-family: 'MaterialIconsOutlined';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/material-icons-outlined.woff2') format('woff2'),
        url('../fonts/material-icons-outlined.otf') format('opentype');
}