/**
 * Reference heading font — load last on v2 routes.
 * Beats hub/service inherit resets and WP theme.json global styles.
 */

:is(
	body.home,
	body.page-services,
	body.page-industries,
	body.page-service-ref,
	body.page-industry-ref,
	body.single-industry,
	body.page-faq,
	body.page-blog-ref,
	body.page-case-studies-ref,
	body.page-case-study-ref,
	body.single-case-study,
	body.page-case-study-ref,
	body.single-case-study,
	body.page-city-ref,
	body.single-service-area,
	body.page-service-areas-ref,
	body.single-post-ref,
	body.page-contact-ref,
	body.page-about-ref 
) :is(
	.bradford-home-ref,
	.bradford-services-ref,
	.bradford-industries-ref,
	.bradford-service-ref,
	.bradford-industry-ref,
	.bradford-case-studies-ref,
	.bradford-case-study-ref
) :is(h1, h2, h3, h4, h5, h6, .wp-block-heading) {
	font-family: "Fraunces", Georgia, serif !important;
	font-weight: 600;
}

body.page-industries .bradford-industries-ref a.ind-card :is(h3, p) {
	color: inherit;
}

body.home .bradford-footer-v2 :is(h3, h4) {
	font-family: "Fraunces", Georgia, serif !important;
	font-weight: 600;
}
