<style>
:root {
color: red;
}
.foo:root {
color: blue;
:root.foo {
color: green;
</style>
<h1>Hello!</h1>