@font-face {
    font-family: "Sofia Sans Extra Condensed";
    src: url("/fonts/SofiaSansExtraCondensed-VariableFont_wght.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Sofia Sans Extra Condensed";
    src: url("/fonts/SofiaSansExtraCondensed-Italic-VariableFont_wght.woff2") format("woff2-variations");
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Material Symbols Sharp";
    src: url("/fonts/MaterialSymbolsSharp-subset.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

/* Make MudBlazor use Material Symbols Sharp for all icons */
.material-icons,
.mud-icon-root {
    font-family: "Material Symbols Sharp";
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* icon size */
    line-height: 1;
    display: inline-block;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Variable font axes */
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Optional: outlined style instead of filled
.material-icons, .mud-icon-root { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
*/


/* Globally apply Noto Sans in extra-condensed width */
html, body {
    font-family: "Sofia Sans Extra Condensed", Arial Narrow, sans-serif;
    font-size: 16px !important;
}