:where(*) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
}

:where(html) {
  font-size: 62.5%;
  line-height: 1.5;
}

:where(body) {
  font-family: var(--primary-font, sans-serif);
  font-size: var(--fs-body);
  color: #fff;
}

:where(img, picture, video, canvas, svg) {
  display: block;
  max-width: 100%;
}

:where(button, input, select, textarea) {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(ul, ol) {
  list-style: none;
}

:focus-visible {
  outline: 2px solid var(--border-dark-2);
  outline-offset: 2px;
}

::selection {
  background: transparent;
  color: #fff;
}

/*
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*/
