/* ==========================================================================
   Self-hosted webfonts — latin subset, variable.

   BUILD-BRIEF.md §4b: the mockups' Google Fonts @import is a mockup device,
   not a production one. These are the same files Google serves, downloaded
   and served from our own origin — no third-party request, no extra DNS/TLS
   handshake, and no dependency on fonts.gstatic.com staying reachable.

   All three families ship as variable fonts, so nine weights cost three
   files (~102 KB total).

   Note: the arrow glyphs used in CTAs (→ U+2192) and the diamond bullet
   (◆ U+25C6) fall outside the latin subset and render from a system font.
   That is exactly what happened with the Google Fonts @import too — the
   arrows are not in any subset these families publish.
   ========================================================================== */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('inter-latin-var.woff2') format('woff2-variations'),
       url('inter-latin-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: 'Space Grotesk';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('space-grotesk-latin-var.woff2') format('woff2-variations'),
       url('space-grotesk-latin-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 600;
  font-display: swap;
  src: url('jetbrains-mono-latin-var.woff2') format('woff2-variations'),
       url('jetbrains-mono-latin-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;
}
