/* Inter variable vendorizada (copiada del vendor del CMS).
   ar/bn/zh caen al stack del sistema via font-family de Tailwind. */
@font-face {
  font-family: "Inter";
  src: url("/static/fonts/InterVariable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
