Extending

Here you will see that I have extended the properties to something completely different, maybe you have different categories you want represented with alternate themes entirely.

.extending {
	--background: var(--battleship-gray);
	--on-background: var(--mint-cream);
	--branding: var(--folly);
	--on-branding: var(--eerie-black);
}

In the future I plan on going over the different css functions that we now have access to with great support.