h1,
h2,
h3,
h4,
h5,
h6,
.fatty02,
.fatty03,
.xlarge {
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  margin-bottom: 1rem;
}

.fatty02,
.fatty03,
.xlarge {
  margin-bottom: 0;
}

h1 {
  font-size: 8rem;
  font-size: 5vw;
}

h2,
.fatty01 .text,
.fatty02 .text,
.fatty03 .text,
.xlarge {
  font-size: 3.5rem;
}

.fatty01 .text,
.fatty02 .text,
.fatty03 .text {
  text-align: center;
}

.outline > h1,
.outline > h2 {
  text-align: center;
  margin: 1.2em 0;
}

.row h1,
.row h2,
.text h1,
.text h2 {
  font-size: 2.2rem;
}

.text h3 {
  font-size: 1.6rem;
}

h3 {
  font-size: 2.2rem;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 1.9rem
  }

  h2,
  .fatty01 .text,
  .fatty02 .text,
  .fatty03 .text,
  .xlarge {
    font-size: 2.5rem;
  }

  .row h1,
  .row h2,
  .text h1,
  .text h2 {
    font-size: 1.6rem;
  }

  .text h3 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 700px) {
  h2,
  .fatty01 .text,
  .fatty02 .text,
  .fatty03 .text,
  .xlarge {
    font-size: 1.8rem;
  }

  .row h1,
  .row h2,
  .text h1,
  .text h2 {
    font-size: 1.4rem;
  }

  .text h3 {
    font-size: 1.1rem;
  }

  .monster > * {
    margin-bottom: 0;
  }
}
