/* ABon Tech — self-hosted variable fonts (latin subset, binary woff2)
   Display & body: Archivo · Data: JetBrains Mono

   Archivo carries both a weight axis (100–900) and a WIDTH axis (62–125%),
   so headlines and body text are the same file at different widths —
   expanded for display, normal for reading. Two files, one typeface.

   Loaded via <link> in each page head, never @import — @import serialises
   the download and delays first paint. Both faces are preloaded. */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('fonts/archivo-var.woff2') format('woff2-variations'),
       url('fonts/archivo-var.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: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/jetbrains-mono-var.woff2') format('woff2-variations'),
       url('fonts/jetbrains-mono-var.woff2') format('woff2');
}
