
/* DEPRECTAED FOMTS */
@font-face {
    font-family: "CERTAS Icons Regular";
    src: url("CERTASIcons-Regular.woff2") format("woff2"),
        url("CERTASIcons-Regular.woff") format("woff"),
        url("CERTASIcons-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

/* Base fonts */
@font-face {
    font-family: "icon-base";
    src:  url("fonts/icomoon.eot?jhnmh0");
    src:  
        url("base/dist/fonts/icomoon.eot?jhnmh0#iefix") format("embedded-opentype"),
        url("base/dist/fonts/icomoon.ttf?jhnmh0") format("truetype"),
        url("base/dist/fonts/icomoon.woff?jhnmh0") format("woff"),
        url("base/dist/fonts/icomoon.svg?jhnmh0#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Google Material Symbol (variable fonts) */
@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url("google/materialsymbolsoutlined.woff2") format("woff2");
}