/* Archivo, self-hosted. SIL Open Font License 1.1, from Google Fonts.
   ⭐ ONE FILE, not five. Google served byte-identical woff2 for weights 400/500/600/
   700/900 — all five hashed the same — because Archivo is a VARIABLE font and the
   weight is an axis inside it, not a separate cut. Declaring the range once takes
   180 KB down to 35 KB. The tell was five downloads at exactly 34,940 bytes.
   latin subset only: every character in the built copy was scanned and none falls
   outside it, so latin-ext and vietnamese were skipped on evidence, not assumption.
   ⛔ No request leaves the visitor's browser for a third party. */
@font-face{
  font-family:'Archivo';
  font-style:normal;
  font-weight:100 900;          /* variable axis */
  font-stretch:100%;
  font-display:swap;
  src:url(../assets/fonts/archivo-variable-latin.woff2) format('woff2-variations');
  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;
}
