.theme-headline {
  max-width: $container-max-width-narrow;
  margin-left: auto;
  margin-right: auto;
}

header.theme-headline {
  @include h1TextSize(70px, 35px);

  text-transform: uppercase;

  *:first-child {
    margin-top: 2em;
    margin-bottom: 0;
  }

  *:last-child {
    @include h1TextSize(30px, 22px);

    margin-top: 0;
    font-weight: $font-weight-light;
    text-transform: none;
  }
}

h1,
.h1 {
  @include h1TextSize(70px, 35px);;

  text-transform: uppercase;
}

h2,
.h2 {
  @include h1TextSize(30px, 22px);

  font-weight: $font-weight-light;
}

h3,
.h3 {
  @include h1TextSize(30px, 22px);

  font-weight: $font-weight-light;
}

h4,
.h4 {
  @include h1TextSize(24px, 18px);

  font-weight: $font-weight-light;
}
