
/* Reign Theme JSON Bridge v2.1.0 - block-support presets now ALIAS the
		   --reign-* token system (single source of truth: --reign-colors-theme),
		   so --vodwl-preset--color--* track the active Site Skin accent + dark mode
		   automatically; the per-scheme hexes are kept only as fallbacks.
		   light mode only. Dark mode is handled
	   by inc/Tokens/Component.php via :root[data-bx-mode="dark"] overrides.
	   When a dark Site Skin variation is active the front-end :root/body light
	   preset vars are suppressed so they don't shadow the dark cascade. */
	:root, body, .editor-styles-wrapper {
		--vodwl-preset--color--base: var(--reign-site-sections-bg-color, #ffffff);
		--vodwl-preset--color--contrast: var(--reign-site-body-text-color, rgb(26, 26, 26));
		--vodwl-preset--color--primary: var(--reign-colors-theme, #1877f2);
		--vodwl-preset--color--secondary: var(--reign-accent-hover-color, rgb(20, 101, 206));
		--vodwl-preset--color--tertiary: var(--reign-site-secondary-bg-color, rgb(246, 246, 248));
		--vodwl-preset--color--neutral: #4d5467;
		--vodwl-preset--color--white: #ffffff;
	}