:where(.editor-styles-wrapper) :is(
	.has-black-background-color, 
	.has-red-background-color,
	.has-gray-400-background-color
) {
	color : var(--wp--preset--color--white);
}

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