:root {
  color-scheme: dark;

  --font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    "Apple Color Emoji", "Segoe UI Emoji";

  --bg: #0b1020;
  --bg-2: #070a13;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.06);
  --text: #e5e7eb;
  --muted: rgba(229, 231, 235, 0.7);
  --border: rgba(255, 255, 255, 0.12);

  --primary: #8b5cf6;
  --primary-2: #6d28d9;
  --danger: #ef4444;

  --shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
  --radius: 16px;

  --space-1: 6px;
  --space-2: 10px;
  --space-3: 14px;
  --space-4: 18px;
  --space-5: 22px;
  --space-6: 28px;
  --max-width: 1080px;

  --focus: rgba(139, 92, 246, 0.9);
}
