@import url("https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@400;500;700;800;900&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #f3f3f3;
  --surface: #ffffff;
  --surface-muted: #ece8df;
  --text: #111111;
  --text-soft: #4e4e4e;
  --brand: #0e6d28;
  --brand-deep: #0b4b1c;
  --accent: #fdce35;
  --accent-soft: #f4d667;
  --danger: #c70000;
  --border: rgba(14, 109, 40, 0.18);
  --shadow: 0 18px 48px rgba(15, 34, 18, 0.12);
  --shadow-soft: 0 12px 24px rgba(15, 34, 18, 0.08);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: 1180px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-14: 56px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --header-height: 96px;
  --font-display: "Darker Grotesque", sans-serif;
  --font-body: "Manrope", sans-serif;
}
