/* Headings */

h1,
.h1 {
  font-family: var(--heading-font-family);
  line-height: 1.2;
  text-transform: uppercase;
  font-size: calc(var(--h1-font-size) * 0.6);
  line-height: 0.87;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--base-font-family);
  line-height: 1.2;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
}

h3,
.h3 {
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
}

@media screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: calc(var(--h1-font-size) * 0.8);
  }
}

@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: var(--h1-font-size);
  }
}
