@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-display: block;
    src: url("../fonts/MaterialSymbolsOutlined.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/roboto.woff2") format("woff2"),
        url("../fonts/roboto.woff") format("woff");
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/roboto-italic.woff2") format("woff2"),
        url("../fonts/roboto-italic.woff") format("woff");
    font-weight: 100 900;
    font-style: italic;
}

.material-icons {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-variation-settings: "OPSZ" 24;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
