/* Fallback tokens — the real values are injected inline by
   wwp_generate_css_variables() based on Customizer settings.
   These exist so the theme still looks correct before any Customizer
   setting has been saved (fresh install). */
:root {
	--wwp-color-bg: #FAF6F3;
	--wwp-color-bg-alt: #F3EEEA;
	--wwp-color-text: #3A2E29;
	--wwp-color-text-muted: #7A6A62;
	--wwp-color-black: #2A211D;
	--wwp-color-accent: #7A8570;
	--wwp-color-accent-hover: #66705C;
	--wwp-color-accent-text: #FFFFFF;
	--wwp-color-highlight: #B3705D;
	--wwp-color-border: #E4D8D1;
	--wwp-color-success: #4C7A5A;
	--wwp-color-error: #B3453D;

	--wwp-font-heading: 'Playfair Display', serif;
	--wwp-font-body: 'DM Sans', sans-serif;
	--wwp-font-heading-weight: 600;
	--wwp-font-size-base: 16px;
	--wwp-font-size-h1: 48px;
	--wwp-font-size-h2: 36px;
	--wwp-font-size-h3: 26px;

	--wwp-btn-radius: 6px;
	--wwp-container-width: 1280px;
	--wwp-radius-card: 10px;
	--wwp-radius-input: 6px;
	--wwp-section-spacing: 90px;

	/* Derived / structural tokens used across components */
	--wwp-header-height: 100px;
	--wwp-transition: 0.25s ease;
	--wwp-shadow-soft: 0 4px 20px rgba(42,33,29,0.08);
}
