* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html,
body {
	overflow-x: hidden;
}
body {
	margin: 0;
	background: var(--color-caring-cream);
	color: var(--color-barnwood-brown);
	font-family: var(--font-body);
	font-size: var(--text-lg);
	line-height: var(--leading-normal);
}
a { color: inherit; }
img { width: 100%; max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 {
	font-family: var(--font-heading);
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 1.25rem;
}
h1 { font-size: clamp(3.5rem, 4.5vw, 4rem); }
h2 { font-size: clamp(3rem, 3.9vw, 3.5rem); }
h3 { font-size: clamp(2.25rem, 3.4vw, 3.5rem); }
p { margin-top: 0; }
.eyebrow {
	font-family: var(--font-accent);
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-size: 1.125rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 63.9375rem) {
}
@media screen and (max-width: 47.9375rem) {
	body { font-size: var(--text-base); }
	h1 { font-size: clamp(3.25rem, 16vw, 4.25rem); }
	h2 { font-size: clamp(2.65rem, 12vw, 3.5rem); }
	h3 { font-size: clamp(2rem, 10vw, 3rem); }
	.eyebrow { font-size: .875rem; }
}

