/* Zelf gehost, niet van een CDN: anders gaat het IP van elke bezoeker naar
   een server van de lettertype-aanbieder. Bijwerken met:
   node scripts/haal-fonts.mjs */

@font-face {
  font-family: 'Chillax';
  src: url('/fonts/chillax-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chillax';
  src: url('/fonts/chillax-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chillax';
  src: url('/fonts/chillax-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chillax';
  src: url('/fonts/chillax-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Synonym';
  src: url('/fonts/synonym-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Synonym';
  src: url('/fonts/synonym-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Synonym';
  src: url('/fonts/synonym-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
