/* featured news teaser text */
.teaser-text {
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    line-height: 1.875rem;
    letter-spacing: 0.025rem;
    width: 100%;
}

.fw-200 {
    font-weight: 200;    
}

.fw-300 {
    font-weight: 300;    
}

.fw-400 {
    font-weight: 400;    
}

.fw-500 {
    font-weight: 500;    
}

.fw-600 {
    font-weight: 600;    
}

.fw-700 {
    font-weight: 700;    
}

.fw-800 {
    font-weight: 800;    
}

.fc-mist {
    color: var(--mist);
}

.fc-polar {
    color: var(--polar);
}
