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;
  }
}

.text-giant {
  font-size: 6rem;
  line-height: .9;
  letter-spacing: -0.04em;
}


.text-md {
  font-size: 1.2rem;
  line-height: 1.5;
}

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

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;
}