/* Blancanvas — self-hosted webfonts (latin subset, woff2)
   Built with pyftsubset from the upstream google/fonts TTFs (axes kept, no instancing) so the
   subset also carries U+20B9 (Rs) and U+2190-2199 (arrows) — the Google Fonts "latin" subset
   omits both, which would break the "PLAY ↗" chip. Archivo has no ↗ upstream; use mono for it.
   Archivo         SIL OFL 1.1  — variable, axes: wdth 62–125, wght 100–900
   Cormorant       SIL OFL 1.1  — variable italic, axis: wght 400–700
   IBM Plex Mono   SIL OFL 1.1  — static 400 / 500
   No external requests: every src below is a same-origin /assets/fonts/ path. */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('/assets/fonts/archivo-vf.woff2') format('woff2-variations'),
       url('/assets/fonts/archivo-vf.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+20B9, U+2122,
                 U+2190-2199, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/cormorant-italic-vf.woff2') format('woff2-variations'),
       url('/assets/fonts/cormorant-italic-vf.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+20B9, U+2122,
                 U+2190-2199, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/plex-mono-400.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+20B9, U+2122,
                 U+2190-2199, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/plex-mono-500.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+20B9, U+2122,
                 U+2190-2199, U+2212, U+2215, U+FEFF, U+FFFD;
}
