/*
 * Race Car Registry — description readability v1
 *
 * Only long-form descriptive copy is enlarged.
 * Tables, facts, navigation, buttons, cards/previews and metadata stay unchanged.
 */

/* Physical vehicle + physical component Description blocks */
.record-description-text {
    font-size: 1.07rem;
    line-height: 1.76;
}

/* Manufacturer / team profile long-form descriptions */
.brand-profile-description {
    font-size: 1.08rem;
    line-height: 1.76;
}

/* Manufacturer/team About blocks + model/family long-form About description */
.brand-about-text {
    font-size: 1.06rem;
    line-height: 1.78;
}

@media (max-width: 760px) {
    .record-description-text,
    .brand-profile-description,
    .brand-about-text {
        font-size: 1.02rem;
        line-height: 1.72;
    }
}
