h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 1em 0 0.75em;
  font-family: $base-font;
  line-height: $header-line-height;
  font-weight: 500;
}

h1, .h1 {
  @include font-size-map($h1-font-size);
  font-weight: bold;
}

h2, .h2 {
  @include font-size-map($h2-font-size);
}

h3, .h3 {
  @include font-size-map($h3-font-size);
}

h4, .h4 {
  @include font-size-map($h4-font-size);
}

h5, .h5 {
  @include font-size-map($h5-font-size);
}

h6, .h5 {
  @include font-size-map($h6-font-size);
}
