/* Self-hosted replacement for the Google Fonts CDN (fonts.googleapis.com / fonts.gstatic.com).
   Nunito Sans and Rubik are variable fonts, so one @font-face per family covers weights 400-700.
   size-adjust/ascent-override/descent-override are tuned against Arial (the site's sans-serif
   fallback) so the fallback-rendered text occupies the same box as the webfont, avoiding CLS
   when the swap happens. */

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/nunito-sans-latin.woff2') format('woff2');
    size-adjust: 101.3906%;
    ascent-override: 99.7134%;
    descent-override: 34.8159%;
    line-gap-override: 0%;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/rubik-latin.woff2') format('woff2');
    size-adjust: 104.9796%;
    ascent-override: 89.0649%;
    descent-override: 23.8141%;
    line-gap-override: 0%;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
