/* EDIVA_SINGLE_POST_TITLE_SCALE_V1
 * theme: monvera
 * source-version: 0.1.7
 * target-version: 0.1.8
 * 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: 1120px) {
    body.single-post .monvera-single-header h1 {
        font-size: clamp(1.92rem, 3.6vw, 3.76rem) !important;
    }
}

@media (min-width: 1121px) and (max-width: 1287px) {
    body.single-post .monvera-single-header h1 {
        font-size: clamp(2rem, 3.48vw, 4.12rem) !important;
    }
}

@media (min-width: 1288px) {
    body.single-post .monvera-single-header h1 {
        font-size: clamp(1.75rem, 3.045vw, 3.605rem) !important;
    }
}
