:root { --background-color: #333; --text-color: #fff; } body { background-color: var(--background-color); color: var(--text-color); }