:root {
  /* Palette — Earthy & Warm */
  --bg-primary: #f8f4ee;
  --bg-secondary: #efe8dc;
  --bg-paper: #fdf6e3;
  --bg-kraft: #e8d5b0;

  --text-primary: #5a4634;
  --text-secondary: #8a7560;
  --text-accent: #c4a882;
  --text-muted: #b09878;

  --accent-gold: #c4a882;
  --accent-warm: #b09878;
  --accent-light: rgba(196, 168, 130, 0.15);

  /* Typography */
  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-body: 'Lora', 'Georgia', serif;
  --font-handwritten: 'Caveat', cursive;
  --font-chat: 'DM Sans', 'Helvetica Neue', sans-serif;

  /* Spacing */
  --section-gap: 6rem;
  --content-width: 720px;
  --content-padding: 1.5rem;

  /* Transitions */
  --transition-fade: 0.8s ease-out;
  --transition-slide: 0.6s ease-out;
}
