/* fonts.css — shared font declarations across all static surfaces.
 *
 * Fraunces (variable serif) — for the wordmark and any future display
 * headings. Editorial gravitas to pair with the geometric logo mark and
 * the evidentiary positioning. Body text stays system-font (see each
 * page's CSS) — Fraunces ONLY for display use to keep page weight low.
 *
 * Self-hosted (CSP-clean, no Google Fonts CDN). Latin subset, weight
 * axis only (100-900). ~37 KB.
 */

@font-face {
  font-family: 'Fraunces';
  src: url('/static/fonts/fraunces-variable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
