/* ==========================================================
   Open Sans Variable (local hosting)
   Axes: wght 300–800
         wdth 75%–100%
   ========================================================== */

@font-face {
    font-family: "Open Sans";
    src: url("OpenSansVar/OpenSans[wdth,wght].woff2") format("woff2");
    font-weight: 300 800;
    font-stretch: 75% 100%;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("OpenSansVar/OpenSans-Italic[wdth,wght].woff2") format("woff2");
    font-weight: 300 800;
    font-stretch: 75% 100%;
    font-style: italic;
    font-display: swap;
}