/* Zelf gehoste webfonts — dezelfde bestanden als in het boek.
   Geen Google Fonts: scheelt een derde partij in de CSP en in de privacyverklaring.
   Gegenereerd met pipeline/haal_fonts.py uit een proefdruk-HTML. */

@font-face{
  font-family:'Fraunces';
  font-style:italic;
  font-weight:300 700;
  font-display:swap;
  src:url('fonts/fraunces-italic.woff2') format('woff2');
}
@font-face{
  font-family:'Fraunces';
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
  src:url('fonts/fraunces.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/ibm-plex-mono-400.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/ibm-plex-mono-500.woff2') format('woff2');
}
@font-face{
  font-family:'Newsreader';
  font-style:italic;
  font-weight:300 600;
  font-display:swap;
  src:url('fonts/newsreader-italic.woff2') format('woff2');
}
@font-face{
  font-family:'Newsreader';
  font-style:normal;
  font-weight:300 600;
  font-display:swap;
  src:url('fonts/newsreader.woff2') format('woff2');
}
