:root {
  --color-void: #05040a;
  --color-ink: #0b0713;
  --color-panel: #120b20;
  --color-panel-soft: #191126;
  --color-border: rgba(218, 203, 255, 0.18);
  --color-text: #f7f3ff;
  --color-muted: #c4b9d7;
  --color-subtle: #8f82a8;
  --color-purple: #8a4dff;
  --color-purple-deep: #4f22b8;
  --color-lilac: #d9c8ff;
  --color-signal: #76f7d1;
  --color-warning: #f6d76b;
  --font-display: "Space Grotesk", "Sora", "Inter", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;
  --radius-sm: 4px;
  --radius-md: 8px;
  --shadow-signal: 0 0 40px rgba(138, 77, 255, 0.26);
  --max-width: 1180px;
  --header-height: 76px;
}
