/**
 * Self-hosted fonts (spec §25). Latin subset, variable, ~112KB total.
 * Source: Google Fonts (SIL Open Font License), downloaded 2026-07-23,
 * served from our own origin (no external font service at runtime).
 *
 * Playfair Display — a refined high-contrast display serif for all headings
 * and emotional leads: elegant and pretty. Archivo — clean humanist sans for
 * UI, labels and body.
 */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/playfair-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('/assets/fonts/playfair-italic-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/archivo-latin.woff2') format('woff2');
}
