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

@media (min-width: 1160px) and (max-width: 1180px) {
    body.single-post .veloria-single-heading h1 {
        font-size: clamp(1.92rem, 2.76vw, 2.84rem) !important;
    }
}

@media (min-width: 1181px) and (max-width: 1723px) {
    body.single-post .veloria-single-heading h1 {
        font-size: clamp(2.04rem, 2.6vw, 3.2rem) !important;
    }
}

@media (min-width: 1724px) {
    body.single-post .veloria-single-heading h1 {
        font-size: clamp(1.785rem, 2.275vw, 2.8rem) !important;
    }
}
