.c-title-l {
    font-size: $font-size-title-l;
    line-height: $line-height-title-l;
    font-weight: $font-weight-bold;
    font-family: $default-font-family;
    color: $grey-super-dark;
}

.c-title-m {
    font-family: $default-font-family;
    font-size: $font-size-title-m;
    line-height: $line-height-title-m;
    font-weight: $font-weight-bold;
    color: $grey-super-dark;
}

.c-title-s {
    font-family: $default-font-family;
    font-size: $font-size-title-s;
    line-height: $line-height-title-s;
    font-weight: $font-weight-semi-bold;
    color: $grey-super-dark;
}
