/* ======================================================
   Local Font Definitions
   Provides Rubik and Roboto font families from local assets
   ====================================================== */

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url("/css/fonts/Rubik/Rubik-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "Rubik";
    font-style: italic;
    font-weight: 300 900;
    font-display: swap;
    src: url("/css/fonts/Rubik/Rubik-Italic-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-display: swap;
    src: url("/css/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-display: swap;
    src: url("/css/fonts/Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf") format("truetype");
}
