body {
  color: var(--body-color);
  font-family: var(--font-body);
  font-size: inherit;
  line-height: 1.2;
}

html {
  font-size: 14px;
}

@media (min-width: 512px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-heading);
  font-weight: 900;
  margin-bottom: 0.5em;
}

h1,
.h1 {
  font-size: 3.4rem;
}

h2,
.h2 {
  font-size: 2.4rem;
}

h3,
.h3 {
  font-size: 1.8rem;
}

h4,
.h4 {
  font-size: 1.6rem;
}

h5,
.h5 {
  font-size: 1.4rem;
}

h6,
.h6 {
  font-size: 1.2rem;
}

.subtitle {
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
}