/* font-face.css */

@font-face {
  font-family: 'Neue Haas Grotesk Text Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/NHaasGroteskTXPro-55Rg.woff2') format('woff2');
}

@font-face {
  font-family: 'Neue Haas Grotesk Text Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/NHaasGroteskTXPro-65Md.woff2') format('woff2');
}


@font-face {
  font-family: 'Neue Haas Grotesk Text Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/NHaasGroteskTXPro-75Bd.woff2') format('woff2');
}
