html {
  font-size: 62.5%;
}

* {
  font-family: $font-family;
  @include body-normal;
  &::selection {
    color: $white;
    background: $color-primary;
  }
}

h1 {
  @include h1;
}

h2 {
  @include h2;
}

h3 {
  @include h3;
}

h4 {
  @include h4;
}

h5, h6 {
  @include h5;
}