@import url("https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro");

.thin {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 2px;
}

.light {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
}

.medium {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.bold {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.black {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-style: normal;
  font-weight: 900;
}
