@import "../tools/typography";

.h1 {
  @include lg-medium--primary;
}

.h2 {
  @include md-bold--primary;
}

.h3 {
  @include sm-bold--primary;
}
