  @import url("https://use.typekit.net/fpb0tcn.css");

/*h1 {
  font-family: Besley, serif;
  font-size: 60px;
  font-weight: medium;
  line-height: 120%;
}

h2 {
  font-family: Besley, serif;
  font-size: 46px;
  font-weight: medium;
  line-height: 110%;
}

h3 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 110%;
}

h4 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 110%;
}

h5 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 110%;
}
*/
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px !important;
  }

  h2 {
    font-size: 32px !important;
  }

  h3 {
    font-size: 22px !important;
  }

  h4 {
    font-size: 18px !important;
  }

  h5 {
    font-size: 16px !important;
  }
}
