 /********************************************************/
/*
/*      Colors CSS
/*
/********************************************************/
	
	/******************************/
	/* BG color adaptation
	/******************************/
	:is(
		.has-off-gray-background-color,
		.has-white-background-color,
		.has-line-green-background-color
	) {
		color : var(--wp--custom--default-color--text);
	}
	
	:is(
		.has-black-background-color,
		.has-gray-background-color,
		.has-dark-green-background-color,
		.has-blue-background-color
	) {
		color : var(--wp--custom--default-color--bg);
	}
	
	.editor-styles-wrapper :is(
		.has-off-gray-background-color,
		.has-white-background-color,
		.has-line-green-background-color
	) {
		color : var(--wp--preset--color--text);
	}

	.editor-styles-wrapper :is(
		.has-black-background-color,
		.has-gray-background-color,
		.has-dark-green-background-color,
		.has-blue-background-color
	) {
		color : var(--wp--custom--default-color--bg);
	}