:root {
  --color-bg: #0f1419;
  --color-surface: #1a2332;
  --color-border: #2d3a4f;
  --color-text: #e8edf4;
  --color-muted: #8b9cb3;
  --color-accent: #3b82f6;
  --color-accent-hover: #2563eb;
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --radius: 0.5rem;
  --max-width: 72rem;
}
