:root {
  --color-teal: #14b8a6;
  --color-teal-dark: #0d9488;
  --color-tan: #a37a58;
  --color-tan-dark: #8b6647;
  --color-white: #ffffff;
  --color-black: #111111;
  --color-gray-100: #f5f5f4;
  --color-gray-200: #e7e5e4;
  --color-gray-400: #a8a29e;
  --color-gray-600: #57534e;
  --color-gray-800: #292524;
  --color-beige: #f3efe6;
  --color-green-dark: #064e3b;
  --color-green-accent: rgba(20, 184, 166, 0.35);
  --radius-xl: 20px;
  --color-overlay: rgba(17, 17, 17, 0.45);
  --color-overlay-light: rgba(17, 17, 17, 0.25);
  --font-serif: 'Georgia', 'Times New Roman', serif;
  --font-sans: 'Segoe UI', system-ui, -apple-system, sans-serif;
  --header-height: 88px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --transition-fast: 0.2s ease;
  --transition-base: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-soft: 0 8px 32px rgba(0, 0, 0, 0.12);
  --container-max: 1280px;
  --container-padding: clamp(1.25rem, 4vw, 3rem);
}
