/* Global WantPower typography scale. Loaded last to keep page templates consistent. */
:root {
    --wp-title-size: 40px;
    --wp-text-size: 20px;
}

.site-main h1,
.site-main h2,
.site-main .section-title,
.site-main .hero-panel__title,
.site-main .about-title,
.site-main .about-kicker,
.site-main .about-page-title h2,
.site-main .product-page-title h1,
.site-main .product-page-title h2,
.site-main .service-page-title h1,
.site-main .contact-page-title h1,
.site-main .product-detail-hero__content h1,
.site-main .product-monitor-section h2,
.site-main .docs-center-heading h2,
.site-main .service-form-heading h2 {
    font-size: var(--wp-title-size) !important;
}

.site-main p,
.site-main li,
.site-main .section-description,
.site-main .hero-panel__text,
.site-main .about-copy,
.site-main .about-page-title p,
.site-main .about-wh__content p,
.site-main .product-page-title p,
.site-main .product-page-copy,
.site-main .product-category-intro__body,
.site-main .product-category-intro__subtitle,
.site-main .product-detail-hero__content p,
.site-main .product-monitor-section__content p,
.site-main .service-page-title p,
.site-main .contact-page-title p,
.site-main .entry-content,
.site-main .service-form-heading p,
.site-main .docs-center-heading p {
    font-size: var(--wp-text-size) !important;
}

@media (max-width: 1270px) {
    :root {
        --wp-title-size: 30px;
        --wp-text-size: 16px;
    }
}

@media (max-width: 640px) {
    :root {
        --wp-title-size: 19px;
        --wp-text-size: 14px;
    }
}
