/* EDIVA_SINGLE_POST_TITLE_SCALE_V1
 * theme: ismera
 * source-version: 0.1.9
 * target-version: 0.1.10
 * 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: 1119px) {
    body.single-post .ismera-single-header h1 {
        font-size: clamp(2.24rem, 4vw, 4.64rem) !important;
    }
}

@media (min-width: 1120px) {
    body.single-post .ismera-single-header h1 {
        font-size: clamp(1.96rem, 3.5vw, 4.06rem) !important;
    }
}
