:root {
  /* Kleuren, huisstijl Van den Enk: lichtblauw accent, witte achtergrond */
  --color-ink: #1a1d21;
  --color-ink-soft: #3c4248;
  --color-paper: #ffffff;
  --color-paper-warm: #f3f8fc;
  --color-card: #ffffff;
  --color-accent: #15a9e0;
  --color-accent-dark: #0f7195;
  --color-accent-soft: #dcf0fb;
  --color-muted: #6b7785;
  --color-line: #e6eaee;
  --color-success: #1f9d57;

  /* Typografie, Wix Madefor (zelfde als huidige site) */
  --font-display: "Wix Madefor Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Wix Madefor Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Spacing */
  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 48px;
  --space-xl: 80px;
  --space-2xl: 120px;

  /* Overig */
  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 10px rgba(26, 29, 33, 0.06);
  --shadow-md: 0 12px 34px rgba(26, 29, 33, 0.10);
  --shadow-lg: 0 26px 60px rgba(26, 29, 33, 0.14);
  --transition: 0.28s ease;
  --container: 1200px;
  --container-narrow: 820px;
}
