/* Vendored fonts (WP-2) — served next to the app so every screen works offline
   and under file:// in the packaged exe. Relative URLs resolve against THIS
   file's location (public/ → build/), so 'fonts/...' works in CRA dev, the
   browser build, and the packaged app alike.

   Caveat is a variable font: one file covers weights 400–500 (Google serves the
   same woff2 for both). Press Start 2P and VT323 are single-weight. Latin
   subsets only — all game copy is English (same coverage the CDN served). */

@font-face {
  font-family: 'DIGITALIZE';
  src: url('fonts/DIGITALIZE.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Caveat';
  src: url('fonts/caveat-latin.woff2') format('woff2');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Press Start 2P';
  src: url('fonts/press-start-2p-latin.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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