.font-preload {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

@font-face {
	font-family: 'IBM Plex Sans';
	src: url('/fonts/IBMPlexSans-Regular-Latin1.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IBM Plex Sans';
	src: url('/fonts/IBMPlexSans-Medium-Latin1.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IBM Plex Sans';
	src: url('/fonts/IBMPlexSans-SemiBold-Latin1.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Space Grotesk';
	src: url('/fonts/SpaceGrotesk-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Space Grotesk';
	src: url('/fonts/SpaceGrotesk-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Space Grotesk';
	src: url('/fonts/SpaceGrotesk-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.footer-links {
	display: flex;
	gap: 24px;
	column-gap: 24px;
	row-gap: 12px;
	flex-wrap: wrap;
}
.page .footer {
	margin-top: 6px;
	padding: 0 6px;
}
.page .section {
	margin-bottom: 8px;
}
@supports not (gap: 1px) {
	.footer-links > * + * {
		margin-left: 24px;
	}
}

.brand-link {
	display: flex;
	flex-direction: column;
	gap: 4px;
	color: inherit;
	text-decoration: none;
	align-items: center;
}
.brand-link:hover {
	color: inherit;
	text-decoration: none;
}
.brand-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}
.brand-header .brand-link {
	align-items: flex-start;
}
.brand-eyebrow {
	font-family: 'Space Grotesk', 'Trebuchet MS', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--text);
}
.brand-link:focus-visible {
	outline: 2px solid var(--accent-2);
	outline-offset: 3px;
	border-radius: 10px;
}
.brand-logo {
	width: 160px;
	height: auto;
	display: block;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.brand {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.brand .brand-tagline {
	font-family: 'Space Grotesk', 'Trebuchet MS', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: var(--muted);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

@media (max-width: 720px) {
	.brand-logo {
		width: 120px;
	}
}
