/* Omitt - Nunito variable font (self-hosted) */
/* Single woff2 file covers the full 100–900 weight axis */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("Nunito-Variable.woff2") format("woff2-variations"),
       url("Nunito-Variable.woff2") format("woff2");
}

/* Convenience aliases */
:root {
  --font-display: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body:    "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
