/* EDIVA_CONTEXT_PRIMARY_TITLE_SCALE_V2
 * theme: monvera
 * 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) and (max-width: 1120px) {
    body.home:not(.monvera-type-scale-small):not(.monvera-type-scale-large) .monvera-hero-copy h1,
    body.blog:not(.monvera-type-scale-small):not(.monvera-type-scale-large) .monvera-hero-copy h1 {
        font-size: clamp(2.025rem, 3.105vw, 3.285rem) !important;
    }
}

@media (min-width: 1121px) {
    body.home:not(.monvera-type-scale-small):not(.monvera-type-scale-large) .monvera-hero-copy h1,
    body.blog:not(.monvera-type-scale-small):not(.monvera-type-scale-large) .monvera-hero-copy h1 {
        font-size: clamp(2.205rem, 3.06vw, 3.825rem) !important;
    }
}

@media (min-width: 1024px) {
    body.home.monvera-type-scale-small .monvera-hero-copy h1,
    body.blog.monvera-type-scale-small .monvera-hero-copy h1 {
        font-size: clamp(1.62rem, 3.06vw, 3.24rem) !important;
    }
}

@media (min-width: 1024px) {
    body.home.monvera-type-scale-large .monvera-hero-copy h1,
    body.blog.monvera-type-scale-large .monvera-hero-copy h1 {
        font-size: clamp(2.2525rem, 4.59vw, 4.93rem) !important;
    }
}

@media (min-width: 1024px) {
    body.archive:not(.monvera-type-scale-small):not(.monvera-type-scale-large) .monvera-archive-header h1 {
        font-size: clamp(2.0825rem, 3.5275vw, 4.165rem) !important;
    }
}

@media (min-width: 1024px) {
    body.archive.monvera-type-scale-small .monvera-archive-header h1 {
        font-size: clamp(1.62rem, 3.06vw, 3.24rem) !important;
    }
}

@media (min-width: 1024px) {
    body.archive.monvera-type-scale-large .monvera-archive-header h1 {
        font-size: clamp(2.2525rem, 4.59vw, 4.93rem) !important;
    }
}
