/* Self-hosted fonts — Baloo 2 + Nunito (latin only; PT-BR characters live in U+0000-024F basic+supplement which is fully covered by latin) */

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

/* Baloo 2 800 — reuses 700 file (variable font) */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/baloo2-700-latin.woff2') format('woff2');
}

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

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

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