:root {
  /* Brand */
  --color-primary: #1a5cff;
  --color-primary-dark: #0f3fc4;
  --color-primary-light: #e8effe;
  --color-accent: #10b981;
  --color-danger: #e0362f;
  --color-danger-light: #fdeceb;

  /* Neutrals */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-alt: #f6f8fc;
  --color-border: #e3e8f0;

  /* Hero */
  --hero-bg-start: #eaf0fe;
  --hero-bg-end: #ffffff;
  --color-text: #1a2233;
  --color-text-muted: #5b6472;
  --color-text-subtle: #8a93a3;

  /* Radius */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-pill: 999px;

  /* Shadow */
  --shadow-sm: 0 1px 2px rgba(20, 30, 60, 0.06);
  --shadow-md: 0 8px 24px rgba(20, 30, 60, 0.08);
  --shadow-lg: 0 16px 40px rgba(20, 30, 60, 0.12);

  /* Spacing */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;

  /* Type */
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.5rem;
  --fs-xl: 2rem;

  /* Motion */
  --transition-fast: 120ms ease;
  --transition-base: 200ms ease;
}
