body {
  line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--base-headline-font);
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
}
h1 {
  font-size: 4.8rem;
}
h2 {
  font-size: 3.2rem;
}
h3 {
  font-size: 2.4rem;
}