@font-face {
  font-family: "FeaturedDisplayCondensed-Regular";
  src: url("./assets/fonts/FeatureDisplayCondensed-Regular-Web.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NeueHaasGroteskDisplay-Regular";
  src: url("./assets/fonts/NeueHaasGroteskDisplay-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-family: "FeaturedDisplayCondensed-Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 5.8vw;
  line-height: 1.08;
  letter-spacing: 0.05rem;
}

.regular {
  font-family: "NeueHaasGroteskDisplay-Regular";
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "FeaturedDisplayCondensed-Regular";
  padding: 3.4rem 4.2rem;
}

@media (max-width: 1300px) {
  body {
    padding: 3.4rem 4rem;
  }
}

@media (max-width: 930px) {
  body {
    padding: 2.5rem 2.8rem;
  }
}

@media (max-width: 767px) {
  body {
    padding: 25px;
  }

  h1 {
    font-size: 5.3vw;
  }
}

@media (max-width: 370px) {
  h1 {
    font-size: 5vw;
  }
}
