/**
 * Woo Sales Booster Smart Theme Sync.
 *
 * Module-specific token values are generated by WSB_Theme_Sync and loaded
 * after every module stylesheet. This file only supplies safe theme fallbacks.
 */

:root {
	--wsb-theme-primary: #6d28d9;
	--wsb-theme-accent: #8b5cf6;
	--wsb-theme-background: #f8fafc;
	--wsb-theme-surface: #ffffff;
	--wsb-theme-text: #111827;
	--wsb-theme-muted: #64748b;
	--wsb-theme-border: #e5e7eb;
	--wsb-theme-button-text: #ffffff;
	--wsb-theme-radius: 12px;
	--wsb-theme-button-radius: 8px;
	--wsb-theme-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
	--wsb-theme-font: inherit;
}

.wsb-theme-sync-probe {
	height: 1px !important;
	inset: -9999px auto auto -9999px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	position: fixed !important;
	width: 1px !important;
}
