/* ============================================================
   The live setting.

   Display stays ARCHIVO, the expanded, heavy face the wordmark and every
   headline were drawn in. That was never the problem and swapping it was my
   mistake: it is the one voice on this site that is actually the brand.

   What was wrong sat underneath it. Manrope for body, and IBM Plex Mono
   uppercase tracked out to .14em on every caption, chip and spec row, the
   default "technical" gesture, and once it is on every small label the page
   reads as generated no matter what the headlines are set in. So those two
   are Instrument Sans now, with the label tracking cut roughly in half.

   No font-variation-settings overrides here on purpose: the per-element
   'wdth' 104-125 / 'wght' 700-900 in site.css are Archivo's own settings and
   have to reach it untouched.
   ============================================================ */
@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 400 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: 'Instrument Sans'; font-style: normal; font-weight: 400 700; font-stretch: 75% 100%; font-display: swap; src: url('instrument-sans.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; }

:root{
  --f-disp:'Archivo',Impact,sans-serif;
  --f-body:'Instrument Sans',system-ui,-apple-system,'Helvetica Neue',sans-serif;
  --f-tech:'Instrument Sans',system-ui,-apple-system,'Helvetica Neue',sans-serif;
}

/* Labels: still small and uppercase, but half the tracking and no costume face. */
.mono{letter-spacing:.08em;font-weight:600;font-size:.68rem}
