@mixin contrast-mode {
  --interactive: var(--theme-interactive-contrast);
  --hover: var(--theme-hover-dim-rgba);
}
