/**
 * Biz Text Content (Legacy).
 *
 * Extracted from the mscbiz theme's assets/css/general.css. WYSIWYG headings are
 * restyled so author-entered h1/h2/h3 match the site's heading scale rather than
 * the browser default.
 */

.text-content h1,
.text-content h2,
.text-content h3 {
	color: #00345e;
	font-size: 1.7rem;
	font-weight: bold;
}

.text-content h3 {
	font-size: 1.5rem;
}
