/* Self-hosted to avoid third-party (Google) font requests — privacy. latin subset, variable weight. */
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('/fonts/fredoka.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/nunito.woff2') format('woff2');
}
