/* Verdandi Lab palette
 * Warm paper ground, ink text, one mineral accent. Change here to retheme the site.
 */
:root {
	--color-bg: #f3f1ec;
	--color-bg-deep: #e9e6df;
	--color-ink: #1a1a1a;
	--color-ink-soft: #4a4a48;
	--color-ink-muted: #8a877f;
	--color-line: rgba(26, 26, 26, 0.12);
	--color-accent: #6b7a68;
	--color-accent-deep: #4c5a4a;

	--font-display: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
	--font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

	--max-width: 1280px;
	--gutter: clamp(1.25rem, 4vw, 3rem);
}
