/* Self-hosted Archivo + JetBrains Mono, latin subset, variable weight axis.
 *
 * Self-hosted so the app has no third-party runtime dependency and works on an
 * air-gapped client site — a learner in a client building should not need
 * fonts.googleapis.com to be reachable, and a CDN request per page view tells a
 * third party who is training and when.
 *
 * Google serves both families as VARIABLE fonts: one file covers the whole
 * weight range. Declaring per-weight @font-face rules downloads the identical
 * file once per weight — 7 requests and ~234 KB for what these two cover in
 * ~66 KB. Regeneration snippet is in app/README.md.
 */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/archivo-var.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;
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('fonts/jetbrains-mono-var.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;
}
