/* Self-hosted to drop the external Google Fonts dependency (reliability,
   first-paint speed, privacy, and so a flaky font CDN can't break page load
   or throw console errors). Both are variable fonts: one file per family. */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url('baloo-2.woff2') format('woff2');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('quicksand.woff2') format('woff2');
}
