:root {
  --primary-color: #3C6E47;     /* Forest green */
  --accent-color: #E88A2A;      /* Cultural orange */
  --neutral-color: #F4F1EE;     /* Soft stone */
  --font-body: 'Poppins', sans-serif;
  --font-heading: 'Playfair Display', serif;
}