/* EDIVA_SINGLE_POST_TITLE_SCALE_V1
 * theme: perenza
 * source-version: 0.1.5
 * target-version: 0.1.6
 * scope: single WordPress posts only; desktop widths only
 * policy: <40px keep, 40-55.99px reduce 20%, >=56px reduce 30%
 */

@media (min-width: 1024px) and (max-width: 1399px) {
    body.single-post.perenza-theme .single-article .entry-title {
        font-size: clamp(1.88rem, 3.2vw, 3.28rem) !important;
    }
}

@media (min-width: 1400px) {
    body.single-post.perenza-theme .single-article .entry-title {
        font-size: clamp(1.645rem, 2.8vw, 2.87rem) !important;
    }
}
