@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Pixelify+Sans:wght@400;600;700&display=swap');

:root {
  /* palette (Super Mario overworld) */
  --ihs-sky: #5c94fc;
  --ihs-hill: #6ab04c;
  --ihs-brick: #c1440e;
  --ihs-coin: #f8d000;
  --ihs-pipe: #2ba81b;
  --ihs-red: #e52521;
  --ihs-ink: #000;
  --ihs-paper: #fff;
  --ihs-castle: #3a2450;

  /* type */
  --font-head: "Press Start 2P", monospace;
  --font-body: "Pixelify Sans", system-ui, sans-serif;
  --text-hero: clamp(1.4rem, 1rem + 4vw, 3rem);
  --text-h2: clamp(1rem, 0.8rem + 2vw, 1.6rem);
  --text-base: clamp(1rem, 0.95rem + 0.4vw, 1.15rem);

  /* spacing + motion */
  --space-world: clamp(1rem, 0.5rem + 3vw, 3rem);
  --dur-fast: 120ms;
  --dur-normal: 300ms;
}
