/* ==========================================================================
   Helvetica Neue LT — self-hosted, subset to Latin + typographic punctuation.
   One family, weight selects the cut. Thin (100) is the brand's display voice.
   NOTE: Helvetica Neue LT is a commercial Linotype typeface — self-hosting
   requires a web-font licence.
   ========================================================================== */

@font-face {
  font-family: "Helvetica Neue LT";
  src: url("../assets/fonts/helvetica-neue-100-thin.woff2") format("woff2");
  font-weight: 100 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT";
  src: url("../assets/fonts/helvetica-neue-300-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT";
  src: url("../assets/fonts/helvetica-neue-400-roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT";
  src: url("../assets/fonts/helvetica-neue-500-medium.woff2") format("woff2");
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT";
  src: url("../assets/fonts/helvetica-neue-700-bold.woff2") format("woff2");
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT";
  src: url("../assets/fonts/helvetica-neue-900-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
