/* =========================================================
   FUENTES — Helvetica Neue LT Std
   Colocar los archivos de fuente en assets/fonts/ con estos
   nombres exactos (o ajustar las rutas de abajo si vienen con
   otro nombre desde Figma/Adobe Fonts).
   Formatos: .woff2 (principal) + .woff (fallback).
   ========================================================= */

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../../assets/fonts/HelveticaNeueLTStd-Th.woff2") format("woff2"),
       url("../../assets/fonts/HelveticaNeueLTStd-Th.woff") format("woff");
  font-weight: 100; /* Thin */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../../assets/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"),
       url("../../assets/fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
  font-weight: 400; /* Roman */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../../assets/fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"),
       url("../../assets/fonts/HelveticaNeueLTStd-Bd.woff") format("woff");
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../../assets/fonts/HelveticaNeueLTStd-Blk.woff2") format("woff2"),
       url("../../assets/fonts/HelveticaNeueLTStd-Blk.woff") format("woff");
  font-weight: 900; /* Black */
  font-style: normal;
  font-display: swap;
}
