/* EDIVA_CONTEXT_PRIMARY_TITLE_SCALE_V2
 * theme: norvella
 * target-version: 0.1.6
 * 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 .norvella-opening-copy h1,
    body.blog .norvella-opening-copy h1 {
        font-size: clamp(1.9975rem, 3.91vw, 4.08rem) !important;
    }
}

@media (min-width: 1024px) {
    body.archive .archive-header h1 {
        font-size: clamp(1.785rem, 3.4vw, 3.4rem) !important;
    }
}
