
.fw-900 {
    font-weight: 900;
}

.fw-800 {
    font-weight: 800;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fw-300 {
    font-weight: 300;
}

.fw-200 {
    font-weight: 200;
}

.fw-100 {
    font-weight: 100;
}

.ft-30 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.ft-28 {
    font-size: 1.75rem;
    line-height: 2rem;
}
.ft-26 {
    font-size: 1.625rem;
    line-height: 1.75rem;
}

.ft-24 {
    font-size: 1.5rem;
    line-height: 1.625rem;
}

.ft-22 {
    font-size: 1.375rem;
    line-height: 1.5rem;
}

.ft-20 {
    font-size: 1.25rem;
    line-height:1.375rem;
}

.ft-18 {
    font-size: 1.125rem;
    line-height: 1.25rem;
}

.ft-16 {
    font-size: 1rem;
    line-height:1.125rem;
}

.ft-14 {
    font-size: 0.875rem;
    line-height:1rem;
}

.f-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.f-poppins {
    font-family: 'Poppins', sans-serif;
}

.fc-sealred {
    color: #E60000;
}
