:root {
  --wood-900: #3d2e24;
  --wood-700: #5c4636;
  --wood-500: #7a6352;
  --caramel-500: #b8956a;
  --caramel-300: #d4b896;
  --caramel-200: #e8d4b8;
  --cream-100: #faf7f2;
  --cream-50: #fffcf8;
  --ink-muted: #5a5048;
  --white: #ffffff;
  --success: #4a7c59;
  --error: #a64b4b;

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  --container-max: 72rem;
  --header-height: 4.5rem;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 2px 8px rgba(61, 46, 36, 0.06);
  --shadow-md: 0 8px 24px rgba(61, 46, 36, 0.1);
  --shadow-header: 0 2px 16px rgba(61, 46, 36, 0.08);
  --transition: 0.25s ease;
  --transition-fast: 0.18s ease;
  --z-header: 100;
  --z-nav-backdrop: 99;
  --z-float: 200;
  --z-cookie: 300;
  --mobile-cta-bar: 4.75rem;
}
