h1 {
@include font-size(xxxxl);
}
h2 {
@include font-size(xxxl);
font-weight: normal;
}
h3 {
@include font-size(l);
font-weight: 500;
}
h4 {
@include font-size(m);
font-weight: 500;
}
h5, h6 {
@include font-size(base);
font-weight: bold;
}