:root {
  --font-body: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-display: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;

  --bg: #000000;
  --panel: #141414;
  --panel2: #111111;
  --border: rgba(255, 255, 255, 0.18);
  --border2: rgba(255, 255, 255, 0.12);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.65);
  --accent: #a78bfa;
  --danger: #ff6b6b;
  --input: rgba(255, 255, 255, 0.04);

  --radius-sm: 10px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-dialog: 22px;
  --radius-xl: 32px;
  --radius-pill: 999px;

  --focus-ring: rgba(167, 139, 250, 0.8);

  /* Spacing scale */
  --space-1: 2px;
  --space-2: 4px;
  --space-3: 6px;
  --space-4: 8px;
  --space-5: 10px;
  --space-6: 12px;
  --space-7: 14px;
  --space-8: 16px;
  --space-9: 18px;
  --space-10: 20px;
  --space-12: 24px;
  --space-16: 32px;

  /* Font size scale */
  --text-2xs: 10px;
  --text-xs: 11px;
  --text-sm: 12px;
  --text-body: 13px;
  --text-md: 14px;
  --text-base: 15px;
  --text-lg: 16px;
  --text-xl: 18px;
  --text-2xl: 20px;

  --btn-primary-bg: rgba(167, 139, 250, 0.9);
  --btn-primary-border: rgba(167, 139, 250, 0.9);
  --btn-primary-text: #1a0a2e;

  --btn-secondary-bg: rgba(255, 255, 255, 0.04);
  --btn-secondary-border: rgba(255, 255, 255, 0.18);
  --btn-secondary-text: rgba(255, 255, 255, 0.86);

  --btn-tertiary-bg: transparent;
  --btn-tertiary-border: transparent;
  --btn-tertiary-text: var(--muted);

  --btn-danger-bg: transparent;
  --btn-danger-border: rgba(255, 107, 107, 0.75);
  --btn-danger-text: rgba(255, 107, 107, 0.95);
}
