:root {
  --color-bg: #0e0c15;
  --color-bg-alt: #171320;
  --color-text: #f3f0f8;
  --color-primary: #7b2ff7;
  --color-primary-dark: #5a1fc4;
  --color-accent: #f2b134;
  --color-muted: #b6adc7;
  --color-border: #2c2638;
  --font-base: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
  --max-width: 1160px;
  --gap: 1rem;
  --radius: 10px;
}
