:root {
	/* palette: warm off-white paper, near-black ink, one muted clay accent */
	--color-paper: #f7f4ef;
	--color-paper-alt: #efeae1;
	--color-ink: #1c1a17;
	--color-ink-soft: #55504a;
	--color-line: #ddd6c9;
	--color-accent: #a9522f;
	--color-accent-soft: #f0e3da;
	--color-white: #ffffff;
	--color-error: #b3261e;
	--color-success: #2e5339;

	--font-display: 'Fraunces', Georgia, 'Iowan Old Style', serif;
	--font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

	--space-1: 0.4rem;
	--space-2: 0.8rem;
	--space-3: 1.6rem;
	--space-4: 2.4rem;
	--space-5: 4rem;
	--space-6: 6.4rem;
	--space-7: 9.6rem;

	--max-width: 1440px;
	--radius: 2px;

	--transition: 200ms ease;
}
