/*
 * Figuree non-homepage page-title typography.
 * Layout, spacing, color, and content scales remain owned by page stylesheets.
 */

.figuree-shop-hero.figuree-page-hero .figuree-shop-hero-title,
.figuree-journal-hero h1,
.figuree-license-page .license-hero-v2 h1,
.page-id-12214 .about-title,
.page-id-12231 .contact-title,
.figuree-freebies-hero h1,
.figuree-license-finder-hero h1,
.figuree-fsi-hero h1,
.figuree-its-hero h1,
.figuree-tools-hero h1,
.page-id-704 .legal-title,
.page-id-704 .legal-hero h1,
.page-id-695 .faq-title,
.page-id-3 .privacy-title,
.page-id-3779 .refund-title,
.page-id-1211 .refund-title,
.page-id-11993 .eula-title,
.page-id-12120 .eula-title,
.page-id-11053 .sponsored-title,
.page-id-12119 .sponsored-title{
    font-family:var(--figuree-heading-font,Inter,sans-serif);
    font-size:var(--figuree-h1-size,64px);
    font-weight:var(--figuree-heading-weight,700);
    line-height:.94;
    letter-spacing:var(--figuree-heading-letter-spacing,0);
    text-transform:var(--figuree-heading-transform,none);
}

.figuree-shop-hero.figuree-page-hero .figuree-shop-hero-title span,
.figuree-journal-hero h1 .figuree-heading-accent,
.figuree-license-page .license-hero-v2 h1 .license-heading-accent,
.page-id-12214 .about-title span,
.page-id-12231 .contact-title em,
.page-id-12231 .contact-title .contact-title-line em,
.figuree-freebies-hero h1 em,
.figuree-license-finder-hero h1 em,
.figuree-fsi-hero h1 em,
.figuree-its-hero h1 em,
.figuree-tools-hero h1 em,
.page-id-704 .legal-title span,
.page-id-704 .legal-hero h1 span,
.page-id-695 .faq-title span,
.page-id-3 .privacy-title span,
.page-id-3779 .refund-title span,
.page-id-1211 .refund-title span,
.page-id-11993 .eula-title span,
.page-id-12120 .eula-title span,
.page-id-11053 .sponsored-title span,
.page-id-12119 .sponsored-title span{
    font-family:var(--figuree-serif-font,"Instrument Serif",Georgia,"Times New Roman",serif);
    font-style:italic;
    font-weight:400;
    text-transform:none;
}

@media (max-width:720px){
    .figuree-shop-hero.figuree-page-hero .figuree-shop-hero-title,
    .figuree-journal-hero h1,
    .figuree-license-page .license-hero-v2 h1,
    .page-id-12214 .about-title,
    .page-id-12231 .contact-title,
    .figuree-freebies-hero h1,
    .figuree-license-finder-hero h1,
    .figuree-fsi-hero h1,
    .figuree-its-hero h1,
    .figuree-tools-hero h1,
    .page-id-704 .legal-title,
    .page-id-704 .legal-hero h1,
    .page-id-695 .faq-title,
    .page-id-3 .privacy-title,
    .page-id-3779 .refund-title,
    .page-id-1211 .refund-title,
    .page-id-11993 .eula-title,
    .page-id-12120 .eula-title,
    .page-id-11053 .sponsored-title,
    .page-id-12119 .sponsored-title{
        font-size:min(var(--figuree-h1-size,64px),clamp(36px,11vw,64px));
    }
}

@media (max-width:480px){
    .figuree-shop-hero.figuree-page-hero .figuree-shop-hero-title,
    .figuree-journal-hero h1,
    .figuree-license-page .license-hero-v2 h1,
    .page-id-12214 .about-title,
    .page-id-12231 .contact-title,
    .figuree-freebies-hero h1,
    .figuree-license-finder-hero h1,
    .figuree-fsi-hero h1,
    .figuree-its-hero h1,
    .figuree-tools-hero h1,
    .page-id-704 .legal-title,
    .page-id-704 .legal-hero h1,
    .page-id-695 .faq-title,
    .page-id-3 .privacy-title,
    .page-id-3779 .refund-title,
    .page-id-1211 .refund-title,
    .page-id-11993 .eula-title,
    .page-id-12120 .eula-title,
    .page-id-11053 .sponsored-title,
    .page-id-12119 .sponsored-title{
        font-size:min(var(--figuree-h1-size,64px),clamp(31px,9vw,48px));
    }
}
