/* ============================================================
   Mixto Math — Webfonts
   Display: Fredoka (rounded, friendly wordmark + headlines)
   Body:    Nunito (calm, dyslexia-friendly numerals + dashboards)
   Both are variable fonts (weight axis); Fredoka also carries a
   width axis. Licensed under the SIL Open Font License (see
   assets/fonts/OFL.txt).
   ============================================================ */

@font-face {
  font-family: "Fredoka";
  src: url("../assets/fonts/Fredoka-Variable.ttf") format("truetype");
  font-weight: 300 700;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../assets/fonts/Nunito-Variable.ttf") format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}
