/* =============================================================
   shared/fonts.css — Self-hosted web fonts (Latin subset)
   OFL-licensed. Self-hosting required for offline PWA mode.
   font-display: swap — page renders immediately with fallback
   while fonts load; no layout block on first visit.

   Families included:
     Fredoka One 400  — game titles / hub headings
     Nunito 400 600 700 800 — all body text and UI
     Bangers 400      — Stone Age & Spelling display headings

   DO NOT add @import url(fonts.googleapis.com) to any theme
   or page file. All font requests must come from /fonts/*.woff2.
   ============================================================= */

/* ── Bangers ─────────────────────────────────────────────────── */
@font-face {
  font-family: 'Bangers';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/bangers-400.woff2') format('woff2');
}

/* ── Fredoka One ─────────────────────────────────────────────── */
@font-face {
  font-family: 'Fredoka One';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/fredoka-one-400.woff2') format('woff2');
}

/* ── Nunito ──────────────────────────────────────────────────── */
@font-face {
  font-family: 'Nunito';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/nunito-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/nunito-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/nunito-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style:  normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/nunito-800.woff2') format('woff2');
}
