:root {
  --color-bg-deep: #0f0e17;
  --color-pixel-warm: #f4a261;
  --color-pixel-cream: #fef6e4;
  --color-teal: #2ec4b6;
  --color-sakura: #ff6b9d;
  --color-moss: #52b788;
  --color-hamspam-red: #e63946;
  --color-gold: #ffd166;

  --font-display: 'Press Start 2P', system-ui, monospace;
  --font-body: 'Nunito', system-ui, sans-serif;
  --font-kanji: 'Noto Serif JP', serif;

  --viewport-min: 375px;
  --px-unit: 4px;

  --z-scene: 10;
  --z-character: 20;
  --z-ui: 30;
  --z-overlay: 40;

  --enter-brand: 0.2s;
  --enter-koro: 0.5s;
  --enter-dialog-1: 1.0s;
  --enter-dialog-2: 2.2s;
  --enter-cta: 3.5s;
}
