body a:is(:hover, :focus-visible) {
  color: var(--acid);
}

html:has(dialog[open]),
body:has(dialog[open]) {
  overflow: hidden;
}
