/* EDIVA_SINGLE_POST_TITLE_SCALE_V1
 * theme: galveris
 * source-version: 0.1.6
 * target-version: 0.1.7
 * 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 .galveris-single-header h1 {
        font-size: clamp(2.16rem, 4vw, 4.56rem) !important;
    }
}

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