/* Fuentes variables self-hosted.
   Un archivo por familia cubre todo el rango de pesos: por eso `font-weight`
   declara un rango y no un valor. `swap` para que el texto sea legible desde
   el primer pintado en vez de quedar invisible mientras carga. */

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

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

@font-face {
  font-family: "Playfair Display Variable";
  src: url("../fonts/playfair-display-latin-wght-normal.woff2") format("woff2-variations");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
