.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: const(headings-margin-bottom);
    font-weight: const(headings-font-weight);
    @include colorize($color: headings-color);
}

.body,
.body2,
.footnote {
    font-weight: normal;

    @include colorize($color: secondary);
}

.h1 {
    font-size: 32;
}

.h2 {
    font-size: 22;
}

.h3 {
    font-size: 15;
}

.h4 {
    font-size: 12;
}

.h5 {
    font-size: 11;
}

.h6 {
    font-size: 10;
}

.body {
    font-size: 14;
}

.body2 {
    font-size: 17;
}

.footnote {
    font-size: 13;
}
