@use "../../00-base/mixin/typography.mixin";

h1 {
    @include typography.typography(h1);
}

h2 {
    @include typography.typography(h2);
}

h3 {
    @include typography.typography(h3);
}