:root {
  --bg: #f7f5f2;
  --surface: #ffffff;
  --surface-2: #fdfcf9;
  --text: #1a1f2b;
  --muted: #5b6475;
  --primary: #0e6b5c;
  --primary-2: #13a085;
  --accent: #f2a65a;
  --border: #d8dde6;
  --success: #0f8b4c;
  --danger: #b12a2a;

  --font-heading: "Space Grotesk", sans-serif;
  --font-body: "Manrope", sans-serif;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;

  --shadow-soft: 0 10px 30px rgba(10, 20, 40, 0.08);
  --shadow-cta: 0 18px 45px rgba(14, 107, 92, 0.32);

  --container: 1120px;
  --header-height: 76px;
}
