:root {
  --color-bg-primary: #050505;
  --color-bg-secondary: #0a0a0a;
  --color-purple-primary: #6d28ff;
  --color-purple-accent: #8b5cf6;
  --color-purple-glow: #c084fc;
  --color-text-primary: #ececec;
  --color-text-muted: #8b8b8b;
  --glass-border: rgba(109, 40, 255, 0.15);
  --glass-bg: rgba(10, 10, 10, 0.35);
  --glass-shadow: rgba(109, 40, 255, 0.08);
  --font-family:
    "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-weight: 300;
  --letter-spacing-wide: 0.35em;
  --transition-overlay: 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-glass: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
