:root{
  /* Kleuren — bron: shared/site.json > colors */
  --turquoise: #1A9B8E;
  --turquoise-light: #5cb8ad;
  --coral: #E8765A;
  --sand: #F5EDE0;
  --ocean: #0D4F4A;
  --gray: #6B6B6B;
  --white: #ffffff;

  /* Fonts — bron: shared/site.json > fonts */
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;

  /* Vormgeving */
  --shadow: 0 2px 20px rgba(13,79,74,.08);
  --shadow-lg: 0 8px 40px rgba(13,79,74,.12);
  --radius: 12px;
  --transition: all .3s ease;
}
