:root {
  --bg-page:       #0A0A0F;
  --bg-card:       #14141C;
  --bg-raised:     #1C1C28;
  --bg-border:     #252530;
  --bg-border-hover: #333345;

  --text-primary:   #F0EEE9;
  --text-secondary: #A8A6A0;
  --text-muted:     #6B6A66;

  --accent-red:    #CC3D2A;
  --accent-coral:  #F0735A;
  --accent-teal:   #3ECFA0;
  --accent-violet: #9090DD;
  --accent-gold:   #C8B882;

  --font-display: 'Newsreader', Georgia, serif;
  --font-body:    'Inter', 'Roboto', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', monospace;

  --radius-sm:  6px;
  --radius-md:  10px;
  --radius-lg:  16px;
  --radius-xl:  24px;

  --transition-fast:   150ms ease;
  --transition-normal: 280ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow:   500ms cubic-bezier(0.4, 0, 0.2, 1);

  --shadow-card: 0 1px 3px rgba(0,0,0,0.4), 0 4px 16px rgba(0,0,0,0.3);
  --shadow-raised: 0 8px 32px rgba(0,0,0,0.5);
}
