a {
	color: yellow;
}

.test {
	color: red;
	color: var(--background-color-neutral, green);
}