:root {
  --color-blue: #0066FF;
  --color-blue-dark: #0052cc;
  --color-cyan: #00D4FF;
  --color-cyan-soft: rgba(0, 212, 255, 0.15);
  --color-white: #FFFFFF;
  --color-gray: #F4F6F8;
  --color-gray-mid: #E2E8F0;
  --color-ink: #0A1628;
  --color-ink-muted: #3D4F6F;
  --color-ink-soft: rgba(10, 22, 40, 0.65);
  --color-error: #E53935;
  --color-success: #00C853;

  --font-heading: "Space Grotesk", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: 2.75rem;
  --text-5xl: 3.5rem;

  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;

  --radius-btn: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  --shadow-sm: 0 2px 12px rgba(10, 22, 40, 0.06);
  --shadow-md: 0 8px 32px rgba(10, 22, 40, 0.1);
  --shadow-lg: 0 16px 48px rgba(10, 22, 40, 0.14);
  --shadow-blue: 0 8px 32px rgba(0, 102, 255, 0.25);

  --header-height: 76px;
  --container-max: 1200px;
  --transition: 0.3s ease;
  --transition-fast: 0.15s ease;
}
