
/* 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;
}



/* Goolge fonts "Material Icons":  https://github.com/google/material-design-icons */
@font-face {
    font-family: "Material Icons Regular";
    font-style: normal;
    font-weight: 400;
    /* src: url("google/materialicons_v134.ttf") format("truetype"); */
    src: url("google/materialiconsoutlined_v106.otf") format("truetype");
}
/* @font-face {
    font-family: "Material Icons Outlined";
    font-style: normal;
    font-weight: 400;
    src: url("google/materialiconsoutlined_v106.ttf") format("truetype");
} */



/* Goolge fonts "Material Symbols":  https://github.com/marella/material-symbols/blob/main/material-symbols */

/* @font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url("google/material-symbols-outlined.woff2") format("woff2");
}; */
@font-face {
    font-family: "Material Symbols Rounded";
    font-style: normal;
    font-weight: 400 ;
    font-display: block;
    src: url("google/material-symbols-rounded.woff2") format("woff2");
}
/* @font-face {
    font-family: "Material Symbols Sharp";
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url("google/material-symbols-sharp.woff2") format("woff2");
} */

/* 
/*
.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
} 

.material-symbols-rounded {
    font-family: "Material Symbols Rounded";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}

.material-symbols-sharp {
    font-family: "Material Symbols Sharp";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
} */