/* ============================================================
   Helvetica Neue LT Pro — Condensed family. Same face Fear of God
   uses across their storefront. Only the weights we actually need
   for the design are registered (5 weights + 2 italics) so the
   browser doesn't waste bandwidth on the full 50-file family.

   font-display: swap → text shows in fallback first, then re-paints
   when the real font finishes loading. Avoids invisible-text-flash.
   ============================================================ */

@font-face {
  font-family: 'Helvetica Neue LT Pro Cn';
  src: url('/fonts/HelveticaNeueLTPro-LtCn.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro Cn';
  src: url('/fonts/HelveticaNeueLTPro-Cn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro Cn';
  src: url('/fonts/HelveticaNeueLTPro-CnO.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro Cn';
  src: url('/fonts/HelveticaNeueLTPro-MdCn.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro Cn';
  src: url('/fonts/HelveticaNeueLTPro-BdCn.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro Cn';
  src: url('/fonts/HelveticaNeueLTPro-BdCnO.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro Cn';
  src: url('/fonts/HelveticaNeueLTPro-HvCn.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro Cn';
  src: url('/fonts/HelveticaNeueLTPro-BlkCn.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
