.mun-section-heading{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* Eyebrow row */
.mun-section-heading__eyebrow-row{
	display: inline-flex;
	align-items: center;
	gap: 11px;
}

/* Dot */
.mun-section-heading__dot{
	width: 15px;
	height: 15px;
	border-radius: 999px;
	background: var(--mun-dot-color, currentColor);
	flex: 0 0 auto;
}

/* Eyebrow default (dot on) */
.mun-section-heading__eyebrow{
	color: var(--mun-eyebrow-color, inherit);
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 110%;
	text-transform: uppercase;
}

/* Eyebrow when dot is hidden */
.mun-section-heading__eyebrow-row--no-dot .mun-section-heading__eyebrow{
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 24px */
	letter-spacing: -0.3px;
	text-transform: none; /* remove uppercase unless you want to keep it */
}

/* Title */
h1.mun-section-heading__title{
	margin: 0;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 66px */
	color: var(--mun-title-color, inherit);
}
h2.mun-section-heading__title{
	margin: 0;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.75px;
	color: var(--mun-title-color, inherit);
}

.mun-section-heading__title,
.mun-section-heading__title strong,
.mun-section-heading__title em{
	color: var(--mun-title-color, inherit);
}

h1.mun-section-heading__title strong{
	font-size: 80px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%;
}
h2.mun-section-heading__title strong{
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 60px */
	letter-spacing: -0.75px;
}
