/// Ensures that visibility is inherited by all elements by default.
* {
    visibility: inherit;
}

:root,
[theme='light'] {
}
