/*
 * Zelf gehoste lettertypen van Pin Vandaag.
 * Vervangt fonts.googleapis.com: bezoekers maken geen verbinding meer met Google
 * om de site te kunnen tonen.
 *
 * DM Sans (optische grootte vast op 14, zoals Google Fonts hem levert) en Manrope,
 * beide variabel in gewicht en beperkt tot Latijns schrift (latin + latin-ext).
 * Bron: github.com/google/fonts. Licentie: SIL Open Font License 1.1,
 * zie OFL-DM-Sans.txt en OFL-Manrope.txt in deze map.
 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/dm-sans.woff2?v=1') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url('/assets/fonts/manrope.woff2?v=1') format('woff2');
}
