/*
 * Self-hosted webfonts (AVG: geen Google-CDN, geen render-blocking @import).
 * Latin-subset woff2 uit Google Fonts, in app/assets/fonts/. Propshaft rewrite't
 * de url()-verwijzingen naar gefingerprinte paden.
 */

/* Merriweather — bodytekst (serif) */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/merriweather-300-d6daa6ef.woff2") format("woff2");
}
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/merriweather-300italic-27fffc59.woff2") format("woff2");
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/merriweather-700-70f663fd.woff2") format("woff2");
}
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/merriweather-700italic-62827453.woff2") format("woff2");
}

/* Source Sans Pro — koppen/logo/knoppen (sans, black 900) */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/sourcesanspro-900-d9d0d057.woff2") format("woff2");
}
