<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.heading-4,
.heading-5,
.body-14,
.body-16,
.small-12,
.tag-12 {
    color: #2C3948;
    font-family: Montserrat;
}

.heading-4 {
    font-size: 21px;
    line-height: 27px;
    font-weight: 700;
}

.heading-5 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}


.body-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.body-14 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}


.small-12 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}


.tag-12 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

@media only screen and (max-width : 480px) {
    .heading-4 {
        font-size: 16px;
        line-height: 21px;
    }
}</pre></body></html>