/* Zelf gehoste lettertypen — vervangt fonts.googleapis.com/fonts.gstatic.com.
   Reden: Google Fonts laden vanaf Google's CDN geeft het IP-adres van elke
   bezoeker door aan Google vóórdat er ooit toestemming gevraagd is (zie de
   Duitse LG München-uitspraak, 2022). Zelf hosten voorkomt die doorgifte
   volledig. Bestanden komen uit @fontsource (MIT-licentie), "latin"-subset
   (unicode-range U+0000-00FF e.a.) — dekt NL/EN/DE inclusief umlauten (ä ö ü ß)
   en het €-teken. Alleen woff2 (alle moderne browsers ondersteunen dit).
   Gewichten: Lora 700, Plus Jakarta Sans 400/500/600/700.

   Lora 600 is er op 24-8-2026 uit. Dat gewicht werd op de hele site voor precies één ding
   gebruikt — het woordmerk "De Zoef" in de header — en kostte daarvoor 21,4 kB, ruim een
   zevende van alles wat er buiten de foto's over de lijn gaat. Het woordmerk staat nu op 700,
   en het verschil is bij 1,5rem nauwelijks te zien. Wil je 600 ooit terug, zet dan ook
   site/fonts/lora-600.woff2 weer terug. */

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/lora-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/plus-jakarta-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/plus-jakarta-sans-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/plus-jakarta-sans-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/plus-jakarta-sans-700.woff2') format('woff2');
}
