:root {
  --color-primary: #2563eb;
  --color-primary-dark: #1e40af;
  --color-background: #f9fafb;
  --color-surface: #ffffff;
  --color-text: #111827;
  --color-muted: #4b5563;
  --color-accent: #06b6d4;
  --color-soft: #f3f4f6;
  --color-border: #e5e7eb;
  --color-error: #9f2f2f;
  --color-success: #1f614f;

  --font-title: "Plus Jakarta Sans", "Segoe UI", Roboto, Arial, sans-serif;
  --font-body: "Poppins", "Segoe UI", Roboto, Arial, sans-serif;

  --container: 1180px;
  --container-narrow: 880px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;
  --space-9: 6rem;

  --step--1: clamp(0.84rem, 0.82rem + 0.1vw, 0.9rem);
  --step-0: clamp(1rem, 0.97rem + 0.14vw, 1.08rem);
  --step-1: clamp(1.18rem, 1.09rem + 0.43vw, 1.42rem);
  --step-2: clamp(1.45rem, 1.28rem + 0.8vw, 1.9rem);
  --step-3: clamp(1.95rem, 1.64rem + 1.46vw, 2.8rem);
  --step-4: clamp(2.55rem, 2.02rem + 2.55vw, 4rem);
  --step-5: clamp(3.05rem, 2.3rem + 3.65vw, 5.2rem);

  --radius-small: 9999px;
  --radius-medium: 8px;
  --shadow-soft: 0 10px 25px rgba(0, 0, 0, 0.06);
  --line: 1px solid var(--color-border);
  --focus: 0 0 0 3px rgba(37, 99, 235, 0.28);
  --header-height: 76px;
  --transition: 180ms ease;
}
