/**
 * DesignLamp 2026 design tokens.
 *
 * Font stacks are provisional fallbacks only. Final typography requires
 * separate visual approval on staging.
 */
:root {
	--dl-bg: #faf8f4;
	--dl-surface: #ffffff;
	--dl-text: #171614;
	--dl-muted: #6b665f;
	--dl-accent: #a87548;
	--dl-accent-soft: #ede3d7;
	--dl-border: #e7e1d9;
	--dl-success: #4d8a46;
	--dl-danger: #d52b2b;

	--dl-content: 1360px;
	--dl-content-wide: 1440px;
	--dl-gutter: clamp(1rem, 3vw, 2.5rem);
	--dl-space-1: 0.25rem;
	--dl-space-2: 0.5rem;
	--dl-space-3: 0.75rem;
	--dl-space-4: 1rem;
	--dl-space-6: 1.5rem;
	--dl-space-8: 2rem;
	--dl-space-12: 3rem;
	--dl-space-16: 4rem;
	--dl-radius-sm: 0.5rem;
	--dl-radius-md: 0.75rem;
	--dl-radius-lg: 1rem;
	--dl-shadow-soft: 0 0.75rem 2rem rgb(23 22 20 / 8%);
	--dl-focus: 0 0 0 3px rgb(168 117 72 / 35%);
	--dl-font-ui: system-ui, -apple-system, "Segoe UI", sans-serif;
	--dl-font-editorial: Georgia, "Times New Roman", serif;
}
