/* Sigil type trio — Inter (sans), Source Serif 4 (display serif), JetBrains
   Mono (data/callout). Self-hosted from assets/fonts/, NOT loaded from Google.

   GENERATED by assets/build-fonts.sh — edit that script, not this file.

   This file replaces the design system's original, which was a single @import
   of fonts.googleapis.com. That import cost ~2.7s of render-blocking time on
   Slow 4G by putting two third-party origins in series ahead of first paint.
   If the design system is ever re-synced from the design project, this file
   will revert to the Google @import and the regression comes back — rerun
   assets/build-fonts.sh to restore it.

   Paths are relative to THIS file, so they resolve the same for pages at the
   repo root and in subdirectories. Only the weights styles.css uses are here;
   see the script header. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../../../assets/fonts/inter.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(../../../assets/fonts/jetbrains-mono.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: 'Source Serif 4';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../../assets/fonts/source-serif-4.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;
}

