/* EDIVA_CONTEXT_PRIMARY_TITLE_SCALE_V2
 * theme: sorelia
 * target-version: 0.1.11
 * scope: exact primary title on blog home and category/archive views; desktop only
 * home policy: >=72px reduce 15%, 56-71.99px reduce 10%, <56px keep
 * category/archive policy: >=64px reduce 15%, 52-63.99px reduce 10%, <52px keep
 * global h1/h2 rules: disabled
 */

@media (min-width: 1024px) {
    body.home:not(.sorelia-type-scale-small):not(.sorelia-type-scale-large) .srl-home-intro h1,
    body.blog:not(.sorelia-type-scale-small):not(.sorelia-type-scale-large) .srl-home-intro h1 {
        font-size: clamp(40.8px, 4.505vw, 71.4px) !important;
    }
}

@media (min-width: 1024px) {
    body.home.sorelia-type-scale-small .srl-home-intro h1,
    body.blog.sorelia-type-scale-small .srl-home-intro h1 {
        font-size: clamp(40.8px, 4.505vw, 71.4px) !important;
    }
}

@media (min-width: 1024px) {
    body.home.sorelia-type-scale-large .srl-home-intro h1,
    body.blog.sorelia-type-scale-large .srl-home-intro h1 {
        font-size: clamp(40.8px, 4.505vw, 71.4px) !important;
    }
}

@media (min-width: 1024px) {
    body.archive:not(.sorelia-type-scale-small):not(.sorelia-type-scale-large) .srl-archive-head h1 {
        font-size: clamp(44.2px, 6.8vw, 100.3px) !important;
    }
}

@media (min-width: 1024px) {
    body.archive.sorelia-type-scale-small .srl-archive-head h1 {
        font-size: clamp(44.2px, 6.8vw, 100.3px) !important;
    }
}

@media (min-width: 1024px) {
    body.archive.sorelia-type-scale-large .srl-archive-head h1 {
        font-size: clamp(44.2px, 6.8vw, 100.3px) !important;
    }
}
