:root {
  --color-bg: #050a18;
  --color-primary: #6c63ff;
  --color-secondary: #00d4ff;
  --color-text: #e8eaf6;
  --color-text-muted: #7b8794;
  --color-success: #00e676;

  --font-heading: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --glow-primary: 0 0 40px rgba(108, 99, 255, 0.3);
  --glow-secondary: 0 0 30px rgba(0, 212, 255, 0.2);
}
