@media only screen and (min-width: 1000px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.2;
  }
  h2 {
    font-size: 2.5em;
    line-height: 1.2;
  }
  h3 {
    font-size: 1.9em;
    line-height: 1.2;
  }
  h4 {
    font-size: 1.5em;
    line-height: 1.3;
  }
  h5 {
    font-size: 1.2em;
    line-height: 1.3;
  }
  h6 {
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: normal;
  }
}
