/* Zelf-gehoste lettertypes. Voorheen geladen bij Google Fonts; nu lokaal,
   zodat er geen bezoeker-IP naar Google gaat (AVG). Het zijn variabele fonts:
   een bestand dekt alle gewichten 300 t/m 600 die de site gebruikt. */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/archivo.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
}
