Theming in CSS
We want to make sure the code is built in a way that supports easy light/dark theme toggling, so making sure we use a predefined palette and not colors outside of it and that we avoid using classes named after absolute colors like "blue" or "white" but instead like "accent" and "background" etc.