:root {
  /* Colors */
  --color-bg: #f5f0e6;       /* parchment beige */
  --color-text: #2c2c2c;     /* dark charcoal */
  --color-accent: #4a5a3d;   /* moss green */
  --color-secondary: #5c6b7a;/* slate grey */
  --color-highlight: #b48a60;/* warm bronze */

  /* Typography */
  --font-header: 'Merriweather', serif;
  --font-body: 'Lora', serif;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;

  /* Shadows */
  --shadow-soft: 0 2px 6px rgba(0,0,0,0.15);
}