.suite-text-body {
    @include text-body;
}

.suite-text-small {
    @include text-body-small;
}

.suite-text-small-bold {
    @include text-body-small-bold;
}

.suite-text-bold {
    @include text-body-bold;
}

.suite-text-label {
    @include text-label;
}

.suite-text-button-label {
    @include text-button-label;
}

.suite-text-table-header {
    @include text-table-header;
}

.h0 {
    font-size: $h0-font-size;
    font-weight: $h0-font-weight;
    line-height: $h0-line-height;
    margin-bottom: $headings-margin-bottom;
}

@for $index from 1 through 6 {
    h#{$index},
    .h#{$index} {
        @include text-heading($index);
    }
}

b,
.suite-bold {
    font-weight: $font-weight-bold;
}

small {
    @include text-body-small;
}

label {
    @include text-label;
}
