:root {
  /* Brand kleuren */
  --color-olive:      #4d8319;
  --color-natural:    #4a8b0a;
  --color-olive-dark: #3a6213;
  --color-gold:       #C9991A;
  --color-gold-dark:  #a87d14;
  --color-beige:      #f7f2e8;
  --color-beige-dark: #ede6d6;
  --color-dark:       #1a1a18;
  --color-dark-soft:  #2e2e2b;
  --color-text:       #3d3d3a;
  --color-text-light: #7a7a72;
  --color-white:      #ffffff;
  --color-overlay:    rgba(20, 20, 16, 0.45);

  /* Typografie */
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;

  /* Groottes */
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;

  /* Spacing */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Layout */
  --max-width:    1200px;
  --nav-height:   80px;
  --radius-sm:    6px;
  --radius-md:    12px;
  --radius-lg:    20px;
  --radius-full:  999px;

  /* Shadows */
  --shadow-sm:   0 2px 8px rgba(0,0,0,0.08);
  --shadow-md:   0 4px 24px rgba(0,0,0,0.10);
  --shadow-lg:   0 8px 40px rgba(0,0,0,0.14);

  /* Transities */
  --transition: 0.3s ease;
  --transition-slow: 0.6s ease;
}
