/* WAC Basketball — self-hosted type. Direction A: broadcast.

   Repo house rule: no CDNs, no network-fetched assets.

   Two variable families carry the whole site:

   Archivo  — display and labels. Two axes (wdth 62–125, wght 100–900), so the
              same file gives the wide heavy headline voice AND the narrow
              uppercase label voice. The label role is set at 88% width on
              purpose: it replaced Fjalla One, which is condensed, and holding
              the metrics close keeps nav, chips and table headers from
              widening and reflowing the layout.
   Inter    — body and UI. Tall x-height, real tabular numerals.

   Both are OFL-1.1. font-display:swap so text paints on a cold visit.
   One file per family — declaring a face per weight would ship the same
   bytes several times over. */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url(./archivo.woff2) format('woff2');
  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: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(./inter.woff2) format('woff2');
  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;
}
