/* Keeps the footer in the same clean typographic system as the header. */
.bvos-footer {
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bvos-footer h3,
.bvos-footer h4 {
	font-family: inherit !important;
	font-style: normal !important;
	font-weight: 800 !important;
	letter-spacing: 0.1em;
	line-height: 1.05;
	text-transform: uppercase;
}

.bvos-footer h3 {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.bvos-footer h4 {
	font-size: 0.9rem !important;
}

.bvos-footer p,
.bvos-footer a {
	font-family: inherit;
	letter-spacing: 0.02em;
}
