/*
  Self-hosted / local fonts only — no Google Fonts CDN (kids privacy).
  Drop Nunito-*.woff2 into /fonts later if you want the exact face.
*/
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Nunito Bold"), local("Nunito-Bold"),
    url("../fonts/Nunito-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"),
    url("../fonts/Nunito-ExtraBold.woff2") format("woff2");
}

:root {
  --font-game: "Nunito", "Avenir Next", "Segoe UI", "Helvetica Neue", system-ui,
    sans-serif;
}
