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

	.editor-styles-wrapper :is(
		.has-white-background-color,
		.has-off-gray-background-color,
		.has-off-green-background-color
	) {
		color : var(--wp--preset--color--white);
	}