/* EDIVA_CONTEXT_PRIMARY_TITLE_SCALE_V2
 * theme: corvella
 * target-version: 0.1.8
 * 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(.corvella-type-scale-small):not(.corvella-type-scale-large) .corvella-map-title h1,
    body.blog:not(.corvella-type-scale-small):not(.corvella-type-scale-large) .corvella-map-title h1 {
        font-size: clamp(2.55rem, 4.59vw, 5.1rem) !important;
    }
}

@media (min-width: 1024px) {
    body.home.corvella-type-scale-small .corvella-map-title h1,
    body.blog.corvella-type-scale-small .corvella-map-title h1 {
        font-size: clamp(2.55rem, 4.59vw, 5.1rem) !important;
    }
}

@media (min-width: 1024px) {
    body.home.corvella-type-scale-large .corvella-map-title h1,
    body.blog.corvella-type-scale-large .corvella-map-title h1 {
        font-size: clamp(2.55rem, 4.59vw, 5.1rem) !important;
    }
}

@media (min-width: 1024px) {
    body.archive:not(.corvella-type-scale-small):not(.corvella-type-scale-large) .corvella-index-header h1 {
        font-size: clamp(2.55rem, 5.1vw, 5.61rem) !important;
    }
}

@media (min-width: 1024px) {
    body.archive.corvella-type-scale-small .corvella-index-header h1 {
        font-size: clamp(2.55rem, 5.1vw, 5.61rem) !important;
    }
}

@media (min-width: 1024px) {
    body.archive.corvella-type-scale-large .corvella-index-header h1 {
        font-size: clamp(2.55rem, 5.1vw, 5.61rem) !important;
    }
}
