:root {
  --color-green-dark: #215d35;
  --color-green-deep: #0b3a21;
  --color-green-ink: #062b18;
  --color-green-primary: #73bd32;
  --color-green-bright: #83df46;
  --color-green-soft: #eaf8e2;
  --color-white: #ffffff;
  --color-neutral-50: #f7faf5;
  --color-neutral-100: #eef2ec;
  --color-neutral-200: #dde5d8;
  --color-neutral-500: #748173;
  --color-neutral-700: #34423a;
  --color-black: #0d1510;
  --font-primary: 'Inter', Arial, sans-serif;
  --font-display: 'Oswald', 'Inter', Arial, sans-serif;
  --container-width: 1180px;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 30px;
  --shadow-soft: 0 20px 60px rgba(6, 43, 24, .12);
  --shadow-strong: 0 24px 80px rgba(6, 43, 24, .28);
  --transition-default: .25s ease;
}
