h1, h2, h3, h4, h5, h6 {
color: palette(text, 600);
}
h1 {
@include font-size(xxl);
}
h2 {
@include font-size(xl);
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;
}