/* ═══════════════════════════════════════════════════════════
   FONTS.CSS
   ───────────────────────────────────────────────────────────
   Stub. No fonts are loaded yet — this build ships with system
   fallbacks (see tokens.css font stacks) so it never depends on
   network access.

   BEFORE SELLING: download these as static files and place in
   assets/fonts/, then uncomment below.
     - Lora            (500, 600)       → Lora-Medium.woff2, Lora-SemiBold.woff2
     - IBM Plex Mono    (400, 500, 600) → IBMPlexMono-Regular.woff2, etc.
     - Courier Prime    (400, 700)      → CourierPrime-Regular.woff2, CourierPrime-Bold.woff2

   All three are open-source / free for commercial redistribution
   (Lora and Courier Prime are OFL-licensed, IBM Plex Mono is
   OFL-licensed) — safe to bundle directly inside the Gumroad zip,
   no attribution-in-product requirement, but check current OFL
   text before final packaging.
   ═══════════════════════════════════════════════════════════ */

/*
@font-face {
  font-family: 'Lora';
  src: url('../assets/fonts/Lora-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../assets/fonts/IBMPlexMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Courier Prime';
  src: url('../assets/fonts/CourierPrime-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
*/
