body {

	font-family: var(--font-body);

	font-weight: var(--fw-regular);

}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-ink);
	font-family: var(--font-display);
	font-weight: 900;
	line-height: 0.98;
	margin: 0;
	text-transform: none;
}

h1 {
	font-size: clamp(3rem, 8vw, 6.4rem);
	letter-spacing: 0;
	text-transform: uppercase;
}

h2 {
	font-size: clamp(2.3rem, 3.2vw, 3.7rem);
	letter-spacing: 0;
}

h3 {
	font-size: 1.18rem;
	line-height: 1.1;
}

p {
	margin: 0;
}

.eyebrow,
.section-kicker,
.product-card__label,
.product-code,
.caption {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.section-kicker {
	color: var(--color-accent);
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-text:focus {
	background: var(--color-surface);
	clip: auto;
	clip-path: none;
	color: var(--color-ink);
	height: auto;
	left: 1rem;
	padding: 0.75rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 1000;
}

.primary-menu a {

	font-family: var(--font-display);

	font-weight: var(--fw-medium);

}

.hero h1 {

	font-family: var(--font-display);

	font-weight: var(--fw-black);

}

.button {

	font-family: var(--font-mono);

	font-weight: var(--fw-bold);

}

.eyebrow {

	font-family: var(--font-mono);

	font-weight: var(--fw-bold);

	text-transform: uppercase;

	letter-spacing: .08em;

}

body,
input,
textarea,
select,
button {

	font-family: var(--font-body);

}

strong,
b {

	font-weight: var(--fw-bold);

}
