/* ============================================================
   Self-hosted fonts (variable, latin subset)
   Space Grotesk & Inter — SIL Open Font License 1.1
   ============================================================ */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;      /* variable axis */
  font-display: swap;
  src: url("../assets/fonts/space-grotesk-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;      /* variable axis */
  font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
}
