:root {
  --color-primary-50: #e8f5ee;
  --color-primary-100: #cfe3d7;
  --color-primary-500: #1b5e3b;
  --color-primary-600: #164d31;
  --color-primary-700: #143d2a;
  --color-accent-500: #d4a843;
  --color-accent-600: #b8912e;
  --color-topbar: #e1cb87;
  --color-surface: #f5f0e8;
  --color-white: #fffdfc;
  --color-black: #000000;
  --color-gray-100: #f7f2eb;
  --color-gray-200: #ede5d9;
  --color-gray-400: #8a938f;
  --color-gray-600: #68756e;
  --color-gray-900: #1d2a22;
  --color-text: #1d2a22;
  --color-text-secondary: #425148;
  --color-text-muted: #68756e;
  --color-text-inverse: #fffdfc;
  --color-bg: #f5f0e8;
  --color-card: #fffdfc;
  --color-card-muted: #efe7db;
  --color-border: rgba(27, 94, 59, 0.12);
  --color-border-strong: rgba(27, 94, 59, 0.22);
  --color-overlay-strong: rgba(20, 61, 42, 0.76);
  --color-overlay-soft: rgba(20, 61, 42, 0.18);
  --color-shadow: rgba(20, 61, 42, 0.16);
  --color-shadow-strong: rgba(20, 61, 42, 0.24);
  --color-header-bg: rgba(255, 253, 252, 0.94);
  --color-footer-bg: #143d2a;
  --color-inverse-border-soft: rgba(255, 255, 255, 0.18);
  --color-inverse-surface-soft: rgba(255, 255, 255, 0.08);
  --color-inverse-text-soft: rgba(255, 255, 255, 0.76);
  --color-inverse-border-subtle: rgba(255, 255, 255, 0.12);
  --font-family-heading: 'Cormorant Garamond', Georgia, serif;
  --font-family-body: 'Cardo', Georgia, 'Times New Roman', serif;
  --font-family-accent: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.875rem;
  --font-size-2xl: 2.25rem;
  --font-size-3xl: 4.5rem;
  --line-height-tight: 0.9;
  --line-height-heading: 0.95;
  --line-height-base: 1.65;
  --line-height-loose: 1.78;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-section: var(--space-16);
  --radius-sm: 0.375rem;
  --radius-md: 0.9rem;
  --radius-lg: 1.35rem;
  --radius-xl: 1.8rem;
  --radius-full: 999px;
  --shadow-sm: 0 1px 2px rgba(20, 61, 42, 0.08);
  --shadow-md: 0 18px 36px var(--color-shadow);
  --shadow-lg: 0 24px 60px var(--color-shadow-strong);
  --transition-base: 200ms ease;
  --transition-slow: 320ms ease;
  --container-max: 1280px;
  --container-narrow: 760px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
}
