/* WordWinner — self-hosted fonts (CSP: alleen 'self', geen externe hosts).
   Variabele fonts: één bestand per familie dekt alle gewichten. */

@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/baloo2.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('/fonts/nunito.woff2') format('woff2');
}
