/* The website's faces, copied out of its build so the game matches it and
   still runs offline. DM Sans for text, Source Serif 4 for display headings,
   Geist Mono for the technical/label voice, exactly as app/globals.css sets
   them. Variable fonts, so one file per family covers every weight. */

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(fonts/dm-sans.woff2) format('woff2');
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(fonts/source-serif.woff2) format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/geist-mono.woff2) format('woff2');
}
