/*
 * Readability enhancements for descriptive and supporting copy.
 * Page headings, labels, metadata, buttons, and controls remain unchanged.
 */

/* Enforce a 19px minimum for every paragraph in the main site content. */
.site-main p {
	font-size: 19px !important;
}

/* Preserve the larger hierarchy of hero descriptions. */
.site-main .hero-content p,
.site-main .page-hero p,
.site-main .hero-summary {
	font-size: 22px !important;
}

.site-main .studies-hero p,
.site-main .masharef-hero .hero-copy p,
.site-main .event-hero p {
	font-size: 21px !important;
}

/* Descriptive copy that is not always rendered as a paragraph. */
.site-main .services-intro,
.site-main .single-rich-content {
	font-size: 19px !important;
}

/* Keep intentionally prominent article copy larger than the minimum. */
.site-main .lead,
.site-main .article-quote p {
	font-size: 24px !important;
}

@media (max-width: 720px) {
	.site-main .hero-content p,
	.site-main .page-hero p,
	.site-main .hero-summary,
	.site-main .studies-hero p,
	.site-main .masharef-hero .hero-copy p,
	.site-main .event-hero p,
	.site-main .lead {
		font-size: 19px !important;
	}

	.site-main .article-quote p {
		font-size: 20px !important;
	}

	.site-main .content-card li {
		font-size: 19px;
	}
}