/*
 * Luminance typography.
 *
 * The design uses Fraunces (display) and Hanken Grotesk (body) when available,
 * and falls back gracefully to high-quality system fonts otherwise — so there
 * are NO 404 requests out of the box.
 *
 * To enable the premium fonts (optional, self-hosted for GDPR):
 *   1. Download from Google Fonts:
 *        Fraunces        → https://fonts.google.com/specimen/Fraunces
 *        Hanken Grotesk  → https://fonts.google.com/specimen/Hanken+Grotesk
 *   2. Drop the .woff2 files into  assets/fonts/
 *   3. Uncomment the @font-face blocks below and match the filenames.
 *
 * Until then the wizard uses its fallback stacks
 * (Georgia/serif for display, system-ui/Inter for body), which look clean
 * and load instantly.
 */

/*
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/Fraunces-VariableFont.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('../fonts/HankenGrotesk-VariableFont.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
*/
