/* ==========================================================================
   Typography sources - fully local, zero network requests.
   --------------------------------------------------------------------------
   Phase 1 ships no binary font files on purpose. Bundling a webfont adds
   80-300 KB to the package, and a well chosen system stack renders instantly,
   matches the host operating system, and never causes a layout shift.

   To use a self hosted webfont instead:
     1. Drop the .woff2 files into this folder.
     2. Uncomment the @font-face blocks below and correct the file names.
     3. Put the family first in --font-sans or --font-display.
   Nothing else in the codebase needs to change.
   ========================================================================== */

:root {
  --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Iowan Old Style', 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, 'Times New Roman', serif;
  --font-mono: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;
}

/*
@font-face {
  font-family: 'AmPuH Sans';
  src: url('./ampuh-sans-variable.woff2') format('woff2-variations');
  font-weight: 350 700;
  font-display: swap;
}

@font-face {
  font-family: 'AmPuH Display';
  src: url('./ampuh-display.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
*/
