/* Fuentes autoalojadas — Barlow Condensed y Source Sans 3 (licencia SIL OFL 1.1) */
/* Sin llamadas a Google Fonts en producción: los .woff2 viven en /assets/fonts/ */

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/barlow-condensed-600.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/barlow-condensed-700.woff2") format("woff2");
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/source-sans-3-variable.woff2") format("woff2-variations"), url("/assets/fonts/source-sans-3-variable.woff2") format("woff2");
}
