/* Mirror the V18 static preview without loading another font asset. */
html,
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body li,
body dt,
body dd,
body blockquote,
body cite,
body figcaption,
body address,
body summary,
body label,
body legend,
body table,
body caption,
body th,
body td,
body button,
body input,
body optgroup,
body option,
body select,
body textarea,
.prelements-heading .title-inner span.sub-text,
.has-inter-font-family,
.has-cardo-font-family,
.woocommerce ul.products li .woocommerce-loop-product__title {
	font-family: "Segoe UI", Arial, sans-serif !important;
}

/* Undo the parent theme's typography-only drift inside the scoped static content. */
.pauline-content h1 {
	margin-bottom: 20px !important;
}

.pauline-content .blog-hero h1 {
	margin: 0 0 13px !important;
}

.pauline-content .blog-article-heading h1 {
	margin: 15px 0 !important;
}

.pauline-content p {
	margin-bottom: 1em;
}

/* Preserve the two deliberate font exceptions in the static stylesheet. */
.pauline-content .customer-feedback-mark {
	font-family: Georgia, serif !important;
}

.pauline-content .home-social-facebook .home-social-mark {
	font-family: Arial, sans-serif !important;
}
