:root {
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --font-display: "Baloo 2", "Segoe UI", sans-serif;

  --bg-page: #f7f5f0;
  --bg-white: #ffffff;
  --bg-soft: #fff3e6;
  --bg-mint: #eaf7f7;
  --bg-accent: #fff9ef;

  --text-main: #251f18;
  --text-muted: #645a4e;
  --text-soft: #8a7f72;

  --line: #e8ded2;
  --line-strong: #d3c6b6;

  --brand-orange: #ef6e27;
  --brand-orange-hover: #d95e1c;
  --brand-teal: #0d8b8a;
  --brand-teal-hover: #0a7271;
  --brand-yellow: #f4b437;
  --brand-coral: #ff8a66;

  --ok: #12906b;
  --warn: #b36c0a;

  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --radius-xl: 42px;

  --shadow-soft: 0 12px 34px rgba(37, 31, 24, 0.08);
  --shadow-mid: 0 18px 40px rgba(37, 31, 24, 0.14);
  --shadow-card: 0 10px 24px rgba(26, 34, 48, 0.09);

  --space-2: 0.125rem;
  --space-4: 0.25rem;
  --space-6: 0.375rem;
  --space-8: 0.5rem;
  --space-10: 0.625rem;
  --space-12: 0.75rem;
  --space-14: 0.875rem;
  --space-16: 1rem;
  --space-18: 1.125rem;
  --space-20: 1.25rem;
  --space-24: 1.5rem;
  --space-28: 1.75rem;
  --space-32: 2rem;
  --space-36: 2.25rem;
  --space-40: 2.5rem;
  --space-48: 3rem;
  --space-56: 3.5rem;
  --space-64: 4rem;
  --space-72: 4.5rem;
  --space-80: 5rem;

  --container-max: 1180px;
  --ease: 180ms ease;
}
