/* Self-hosted Google Fonts (latin subsets, variable woff2) — fetched 2026-06-11.
 * Replaces the fonts.googleapis.com CDN dependency (TDD TODO 20): a
 * third-party font origin is a needless availability/latency cost for a
 * Bulawayo-hosted class. Google serves the SAME variable file for every
 * requested weight, so one file per family covers the full range. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/static/fonts/Fraunces-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/static/fonts/Inter-var.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/static/fonts/JetBrainsMono-var.woff2') format('woff2');
}
