/* Koubit — Webfont declarations.
   Self-hosted latin-subset variable fonts. Replaces the handoff's CDN-linked
   version so the page makes zero external requests. IBM Plex Mono is omitted:
   the page uses only display (Baloo 2) and body (Nunito Sans) faces. */
@font-face {
  font-family: 'Baloo 2';
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/baloo2-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito Sans';
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/nunito-sans-latin.woff2') format('woff2');
}
