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

@media (min-width: 1024px) {
    body.single-post .kn-article-header h1 {
        font-size: clamp(2.1rem, 4.2vw, 4.76rem) !important;
    }
}

@media (min-width: 1250px) {
    body.single-post.kinetra-type-scale-small .kn-article-header h1 {
        font-size: clamp(1.32rem, 2.56vw, 2.68rem) !important;
    }
}

@media (min-width: 1024px) and (max-width: 1076px) {
    body.single-post.kinetra-type-scale-large .kn-article-header h1 {
        font-size: clamp(1.96rem, 4.16vw, 4.4rem) !important;
    }
}

@media (min-width: 1077px) {
    body.single-post.kinetra-type-scale-large .kn-article-header h1 {
        font-size: clamp(1.715rem, 3.64vw, 3.85rem) !important;
    }
}
