/* Fuentes locales (subconjunto latin, incluye acentos y ñ del español).
   Ambas son fuentes variables: un solo archivo cubre todos los pesos. */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("montserrat-latin.woff2") format("woff2");
}
