.dark {
  color-scheme: dark;
}

a:focus-visible {
  @apply outline-primary;
}

::selection { @apply bg-primary/40; }

select {
  background-image: none;
}
