/* css/tokens.css */
:root {
  /* Colors - The New Base */
  --ink:     #05050A;        /* near-void, barely black, blue-tinted */
  --paper:   #F5F0E8;        /* warm off-white, like old paper */
  --static:  #1A1A2E;        /* deep navy static */

  /* Colors - Dopamine Spectrum Accent System */
  --volt:    #E60000;        /* Deep aggressive Red (replacing Chartreuse) */
  --flame:   #FF4D1C;        /* deep orange-red */
  --ether:   #7B61FF;        /* electric violet */
  --ice:     #00E5FF;        /* cold cyan */
  --rose:    #FF2D78;        /* hot magenta */
  --solar:   #FFB800;        /* amber gold */
  --mint:    #00FFA3;        /* neon green */

  /* Typography */
  --font-display: 'Familjen Grotesk', sans-serif;
  --font-accent:  'Editorial New', serif;
  --font-mono:    'Space Mono', monospace;

  /* Z-Index Layers */
  --z-base: 1;
  --z-above: 10;
  --z-nav: 100;
  --z-preloader: 1000;
  --z-cursor: 9999;
}
