/* ==========================================================================
   Helvetica Neue LT Std Web Fonts
   ========================================================================== */

/* Roman 400 */
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../assets/fonts/Helvetica Neue LT Std 55 Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 85%;
  descent-override: 20%;
  line-gap-override: 0%;
}

/* Medium 500 */
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../assets/fonts/Helvetica Neue LT Std 65 Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  ascent-override: 85%;
  descent-override: 20%;
  line-gap-override: 0%;
}

/* Bold 700 */
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../assets/fonts/Helvetica Neue LT Std 75 Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  ascent-override: 85%;
  descent-override: 20%;
  line-gap-override: 0%;
}
