/* `baloo2-600.woff2` en `baloo2-700.woff2` waren byte-identiek (zelfde MD5,
   allebei 33.188 B): twee @font-face-regels betekende dus 33 KB extra download
   voor exact hetzelfde beeld — gewicht 700 rendert hoe dan ook als 600. Eén
   regel die het bereik 600–700 dekt houdt de typografie precies zoals hij is
   en haalt het dubbele bestand van de lijn. */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('./baloo2-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./atkinsonhyperlegible-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./atkinsonhyperlegible-700.woff2') format('woff2');
}
