h1.legacy-font {
  font-family: "Agency FB Bold";
  text-transform: uppercase;
  background: $white;
  padding: 1rem 2rem 0.5rem 1rem;
  margin: 0;
  display: inline-block;
  font-size: 4rem;
  line-height: 4rem;
  @include respond-to("medium-up") {
    font-size: 6rem;
    line-height: 6rem;
  }
}

h1, .h1-like {
  font-family: $font-family-headings;
  font-size: 3.2rem;
  margin: 0;
}

h2.legacy-font {
  font-family: "Agency FB Bold";
  font-size: 3rem;
  display: inline-block;
  @include respond-to("medium-up") {
    font-size: 4.5rem;
    line-height: 4rem;
  }
}

h2, .h2-like {
  font-family: $font-family-headings;
  font-size: 2rem;
  margin: $spacer-small 0;
  line-height: 1;
  @include respond-to("medium-up") {
    font-size: 2.6rem;
  }
}

h3, .h3-like {
  padding: 0;
  display: inline-block;
  word-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 600;
  @include respond-to("medium-up") {
    font-size: 2.2rem;
    line-height: 2rem;
    font-weight: 600;
  }
}

.subtitle {
  font-family: "Agency FB Bold";
  background: $white;
  padding: 0.5rem 1rem 1rem 1rem;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  font-size: 4rem;
  line-height: 4rem;
  @include respond-to("medium-up") {
    font-size: 6rem;
    line-height: 6rem;
  }
}
