@font-face {
  font-family: "neue-haas-grotesk";
  src: url("./neue-haas-grotesk/NHaasGroteskTXPro-55Rg.ttf") format("truetype"); /* Regular */
  font-weight: normal;
}
@font-face {
  font-family: "neue-haas-grotesk";
  src: url("./neue-haas-grotesk/NeueHaasGroteskMedium.otf") format("opentype"); /* medium */
  font-weight: 400;
}
@font-face {
  font-family: "neue-haas-grotesk";
  src: url("./neue-haas-grotesk/NeueHaasGroteskBold.otf") format("opentype"); /* bold */
  font-weight: bold;
}
@font-face {
  font-family: "neue-haas-grotesk";
  src: url("./neue-haas-grotesk/NeueHaasGroteskBlack.otf") format("opentype"); /* black */
  font-weight: 800;
}
body {
  font-family: "neue-haas-grotesk", sans-serif;
}
