/* Typography restored from the original site direction. */
body.msf-theme {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

.msf-theme h1,
.msf-theme h2,
.msf-theme .site-title,
.msf-theme .entry-title {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
}

.msf-theme h3,
.msf-theme h4,
.msf-theme h5,
.msf-theme h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

/* Contact form and supporter/event spacing from the original Customizer CSS. */
body.msf-theme :where(.msf-event-menu, .msf-supporter-menu) {
	padding-top: clamp(1px, 1vw, 1px) !important;
}

label {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	font-weight: bold !important;
}

label .required,
label span.required {
	display: inline;
	color: #767676;
	font-weight: normal;
}

/* Larger main navigation font size from the original Customizer CSS. */
.site-header .navbar-nav > li > a,
.site-header .main-navigation a,
.site-header .primary-menu a,
.site-header .menu a {
	font-family: "Poppins", sans-serif;
	font-size: clamp(1.5rem, 1.5vw, 1.7rem) !important;
	font-weight: 700;
	line-height: 1.2;
}

