:root {
  --color-deep: #1a3a2a;
  --color-mid: #3a7c5a;
  --color-soft: #6aad8f;
  --color-light: #b8e0cf;
  --color-wash: #e8f6f0;
  --color-pale: #f4fbf8;
  --cream: #fbfdfc;
  --text-primary: #1a3a2a;
  --text-secondary: #2a5b42;
  --text-light: #529575;
  --accent: #2e8a6b;
  --accent-hover: #256e56;
  --nav-bg: rgba(244, 251, 248, 0.85);
  --border-soft: rgba(184, 224, 207, 0.3);
  --border-medium: rgba(184, 224, 207, 0.4);
  --shadow-xs: rgba(26, 58, 42, 0.04);
  --shadow-sm: rgba(26, 58, 42, 0.06);
  --shadow-md: rgba(26, 58, 42, 0.08);
  --accent-subtle: rgba(46, 138, 107, 0.04);
  --accent-ring: rgba(46, 138, 107, 0.1);
  --accent-glow: rgba(46, 138, 107, 0.3);
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'Instrument Sans', system-ui, sans-serif;
}