/* Lokaal gehoste lettertypes (Fredoka, Nunito) i.p.v. Google Fonts, zodat er
   geen verzoek meer naar Google gaat en het IP-adres van bezoekers niet met
   Google gedeeld wordt. Beide bestanden zijn variabele fonts: één bestand
   dekt het hele gebruikte gewicht-bereik. */

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fredoka.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('nunito.woff2') format('woff2');
}
