/* Self-hosted fonts — do not edit by hand.
 *
 * Previously loaded from fonts.googleapis.com, so any network that could not
 * reach Google fell back to a system typeface (seen live as
 * ERR_CONNECTION_CLOSED on the stylesheet). Local files remove that
 * dependency, drop two cross-origin connections from the critical path, and
 * let the CSP stop allow-listing Google for fonts.
 *
 * Variable fonts, latin subset only: one file per family covering all
 * weights, and latin covers en/es/pt/fr/de/it including accents. A glyph
 * outside it (eastern-European names, say) falls back per character, which
 * is invisible in practice.
 *
 * Regenerate with scratchpad/fetch-fonts.js after changing weights.
 */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(/fonts/geist-mono-var-latin.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: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/fonts/inter-var-latin.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;
}
