/* Self-hosted fonts (previously loaded from fonts.googleapis.com / fonts.gstatic.com).
   Each file is a variable font covering the full weight range used on the site,
   so one @font-face block per family is enough. Latin subset only, matching
   what the site actually renders. */

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

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url(../assets/fonts/caveat.woff2) format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../assets/fonts/nunito-sans.woff2) format('woff2');
}
