:root {
  --color-white: #ffffff;
  --color-green-primary: #2d6a4f;
  --color-green-light: #40916c;
  --color-green-dark: #1b4332;
  --color-beige: #f5f0e8;
  --color-beige-dark: #e8dfd0;
  --color-text: #1b4332;
  --color-text-muted: #52796f;
  --color-border: #d8e2dc;
  --color-accent: #95d5b2;

  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  --shadow-sm: 0 2px 8px rgba(45, 106, 79, 0.08);
  --shadow-md: 0 4px 20px rgba(45, 106, 79, 0.12);
  --shadow-lg: 0 8px 32px rgba(45, 106, 79, 0.16);

  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 20px;

  --header-height: 120px;
  --max-width: 1200px;
  --sidebar-width: 320px;

  --transition: 0.25s ease;
}
