/* Zelf gehoste lettertypen (SIL Open Font License). Geen verzoeken naar Google-servers. */
@font-face {
  font-family: "Instrument Sans";
  src: url("/assets/fonts/InstrumentSans.ttf") format("truetype");
  font-weight: 400 700;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/Newsreader-Italic.ttf") format("truetype");
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}
