/**umb_name:Page header (h2)*/
h2.custom-heading {
	font-size: 1rem;
	font-weight: 600;
	text-transform: none;
	font-family: var(--font-family-primary);
	margin: 1.25rem 0 .25rem;
}

/**umb_name:Section header (h3)*/
h3.custom-heading {
	font-size: 1rem;
	font-weight: 600;
	text-transform: none;
	font-family: var(--font-family-primary);
	margin: 1.25rem 0 .25rem;
}

/**umb_name:Normal*/
h2.custom-heading + p {
	margin-top: 0;
	padding-top: .25rem;
}
