body {
	background:
		radial-gradient(circle at 8% 0%, rgba(216, 168, 91, 0.12), transparent 30rem),
		radial-gradient(circle at 100% 20%, rgba(107, 17, 17, 0.08), transparent 28rem),
		var(--color-ivory);
	color: var(--color-text);
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-coffee);
	font-family: var(--font-heading);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.12;
	text-wrap: balance;
}

h1 {
	font-size: 2.25rem;
	line-height: 1.08;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
}

p {
	max-width: var(--reading-width);
}

p + p {
	margin-block-start: 1.25rem;
}

strong,
b {
	font-weight: 700;
}

small {
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	body {
		font-size: 1.0625rem;
	}

	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: 2.5rem;
	}

	h3 {
		font-size: 1.75rem;
	}
}

@media (min-width: 1200px) {
	body {
		font-size: 1.125rem;
	}

	h1 {
		font-size: 3.625rem;
	}

	h2 {
		font-size: 3rem;
	}

	h3 {
		font-size: 2rem;
	}
}
