:root {
  --bg-deep: #0a0d10;
  --bg-card: #15191e;
  --bg-elevated: #1c2128;
  --border: #2a3038;

  --text-primary: #f5ede0;
  --text-secondary: #a89d8e;
  --text-tertiary: #6b7280;

  --accent-cyan: #5ee6e0;
  --accent-cyan-dim: rgba(94, 230, 224, 0.3);
  --accent-cyan-glow: rgba(94, 230, 224, 0.15);

  --accent-amber: #d4a24c;
  --accent-amber-dim: rgba(212, 162, 76, 0.25);
  --accent-amber-glow: rgba(212, 162, 76, 0.15);

  --status-success: #8fa67a;
  --status-error: #c48a9a;

  --font-display: 'Instrument Serif', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', 'Courier New', monospace;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-8: 48px;

  --phone-width: 430px;
  --phone-height: 932px;
  --status-bar-height: 44px;
  --home-indicator-height: 24px;

  --transition-quick: 150ms ease-out;
  --transition-default: 250ms ease-out;
  --transition-slow: 400ms ease-out;
}
