/* Fuentes locales — sin red. Big Shoulders Display (rótulo urbano condensado),
   Familjen Grotesk (cuerpo cálido y poco visto) y Fira Code VF (precios/etiquetas).
   Todas variables, una sola .woff2 por familia (Google Fonts / OFL). */

@font-face {
  font-family: "Big Shoulders Display";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("bigshoulders-vf.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("familjen-vf.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Fira Code VF";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("firacode-vf-latin.woff2") format("woff2-variations");
}
