
/* Reign Theme JSON Bridge v1.0.0 */
	:root, body, .editor-styles-wrapper {
		--sfr--preset--color--base: #ffffff;
		--sfr--preset--color--contrast: #404855;
		--sfr--preset--color--primary: #ec2127;
		--sfr--preset--color--secondary: rgba(237, 33, 40, 0.69);
		--sfr--preset--color--tertiary: #f6f6f6;
		--sfr--preset--color--neutral: #797f88;
		--sfr--preset--color--white: #ffffff;
	}
	
	/* Dark mode overrides */
	.dark-mode body,
	body.dark-mode,
	html.dark-mode,
	html.dark-mode body,
	html.dark-mode .editor-styles-wrapper {
		--sfr--preset--color--base: #1a2028;
		--sfr--preset--color--contrast: #c5c8cd;
		--sfr--preset--color--primary: #3772ff;
		--sfr--preset--color--secondary: #2057d8;
		--sfr--preset--color--tertiary: #2b323c;
		--sfr--preset--color--neutral: color-mix(in srgb, #c5c8cd 70%, #1a2028);
	}