/* Fraunces, self-hosted — same GDPR reasoning as inter.css: no visitor IP ever
   reaches Google. Variable font, weight 400–900 + italic, used for display
   headings only (hero, section titles); Inter blijft het UI-lettertype. */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('fraunces-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('fraunces-italic-var.woff2') format('woff2');
}
