:root {
	--bg: #f8f4ee;
	--cream: #efe5d7;
	--ink: #30241e;
	--terra: #c98262;
	--peach: #e6a386;
	--sage: #78806a;
	--forest: #445044;
	--gold: #b58a56;
	--font-display: "Cormorant Garamond", Georgia, serif;
	--font-body: "DM Sans", "Segoe UI", sans-serif;
	--wrap: min(1180px, calc(100% - 3rem));
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 900px) {
	:root {
		--wrap: min(1280px, calc(100% - 5.5rem));
	}
}
