:root {
  --color-green-900: #1f3d2b;
  --color-green-800: #2d5a3d;
  --color-green-700: #386b49;
  --color-cream: #f4efe4;
  --color-cream-soft: #efe9db;
  --color-black: #12120f;
  --color-black-soft: #1a1a17;
  --color-white: #ffffff;
  --color-red: #b0272c;
  --color-text: #1c1c1a;
  --color-text-muted: #5a5a54;
  --color-text-inverse: #f4efe4;

  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --radius-pill: 999px;

  --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;

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.14);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.22);

  --container-max: 1200px;
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
}
