:root {
  color-scheme: light;

  --font-heading: "Space Grotesk", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;

  --bg-page: #f7faff;
  --bg-soft: #f1f6ff;
  --bg-tint: #edf3ff;
  --surface-0: #ffffff;
  --surface-1: #f8fbff;

  --text-900: #0b1220;
  --text-700: #334155;
  --text-600: #475569;
  --text-500: #64748b;

  --accent-600: #2563eb;
  --accent-500: #3b82f6;
  --accent-300: #93c5fd;

  --border-200: #e6edf7;
  --border-300: #d9e5f5;

  --shadow-sm: 0 10px 24px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 18px 40px rgba(15, 23, 42, 0.12);
  --shadow-lg: 0 24px 50px rgba(37, 99, 235, 0.17);

  --radius-sm: 0.72rem;
  --radius-md: 1rem;
  --radius-lg: 1.45rem;

  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.4rem;
  --space-8: 6rem;

  --container-max: 1240px;
  --grid-gap: 1.25rem;

  --duration-fast: 170ms;
  --duration-base: 220ms;
  --ease-standard: cubic-bezier(0.2, 0.8, 0.2, 1);

  --header-height: 5.2rem;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --duration-fast: 1ms;
    --duration-base: 1ms;
  }
}
