/* because RTE will push this code above the "normal" font so it will override */
@media (max-width: 576px){
    .font-default{
        font-family: 'Crimson Text';
        font-size: 12px;
        line-height: 14px;
    }
    .font-40 {
        font-family: 'Crimson Text';
        font-size: 40px;
        line-height: 48px;
    }

}