h1 {
  color: #212121;
  font-size: 60px;
  font-weight: bold;
  line-height: 66px;
  text-align: left;
}
@media screen and (max-width: 39.9375em) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

h2 {
  color: #212121;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 39.9375em) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

h3 {
  color: #212121;
  font-weight: bold;
  font-size: 35px;
  text-align: left;
}

h4 {
  color: #212121;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 39.9375em) {
  h4 {
    font-size: 23px;
    font-weight: bold;
    line-height: 25px;
  }
}

h5 {
  color: #212121;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 39.9375em) {
  h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
  }
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/*# sourceMappingURL=typography.css.map */
