:root {
  --dsh-color-nachtblauw: #153044;
  --dsh-color-aqua: #65B9C3;
  --dsh-color-linnen: #E9D9C3;
  --dsh-color-burgundy: #7A263A;
  --dsh-color-papier: #FFFDF9;
  --dsh-color-tekst-zacht: #52646C;

  --dsh-color-brand: var(--dsh-color-nachtblauw);
  --dsh-color-route-bedden: var(--dsh-color-aqua);
  --dsh-color-route-kado: var(--dsh-color-burgundy);
  --dsh-color-surface: var(--dsh-color-papier);
  --dsh-color-surface-warm: var(--dsh-color-linnen);

  --dsh-font-wordmark: Georgia, 'Times New Roman', serif;
  --dsh-font-display: Satoshi, Arial, sans-serif;
  --dsh-font-body: 'General Sans', Arial, sans-serif;
}
