/* =========================================================================
   Arcade  —  retro / pixel skin for the Recess PDP.
   Display type: PP Mondwest (bitmap serif) + PP NeueBit (pixel face).
   Same layout/colours as chaos-theme; just swaps the type for an
   old-computer, Tamagotchi-era feel that fits the pixel-creature brand.

   Fonts are bundled locally in themes/fonts/ (no network needed).
   ========================================================================= */
@font-face {
  font-family: "PP Mondwest";
  src: url("fonts/PPMondwest-Regular.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP NeueBit";
  src: url("fonts/PPNeueBit-Bold.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* ---- Fonts (the two display faces) ---- */
  --font-display:        "PP Mondwest", "Times New Roman", serif;   /* hero, headings, body, big numerals */
  --font-display-italic: "PP Mondwest", "Times New Roman", serif;   /* the hero title + pull-quotes */
  --font-ui:             "PP NeueBit", "Courier New", monospace;    /* nav, buttons, labels */
  --font-mono:           "PP NeueBit", "Courier New", monospace;    /* DROP I intro, step numbers, captions */

  /* ---- Colours (kept from chaos; crisper text for pixel type) ---- */
  --color-bg:           #ffffff;   /* page background */
  --color-text:         #1c1c1c;   /* body text */
  --color-accent:       #16ff81;   /* CTA / bid button green */
  --color-accent-text:  #000000;   /* text on the accent button */
}
