/*
  Global site styles that sit on top of the shared foundation.
  This file remains intentionally small until the homepage is approved.
*/
html {
  color-scheme: dark;
}

body {
  background: var(--color-bg);
}

a {
  color: inherit;
}

a:hover {
  text-decoration-thickness: 2px;
}

:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 3px;
}

::selection {
  background: rgba(76, 141, 255, 0.35);
  color: #ffffff;
}