/* ===================================================================
   FONTS - Self-hosted Variable Fonts
   Montserrat and Roboto loaded locally (TTF variable fonts)
   =================================================================== */

/* Montserrat Variable Font */
@font-face {
    font-family: 'Montserrat';
    src: url('/wwwroot/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 300 900;
    font-display: swap;
}

/* Roboto Variable Font */
@font-face {
    font-family: 'Roboto';
    src: url('/wwwroot/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 300 900;
    font-display: swap;
}
