:where(html) {
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  min-width: 320px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: var(--color-text);
  background-color: var(--color-background);
}

:where(*) {
  padding: 0;
  margin: 0;
}

:where(button) {
  background: transparent;
  border: none;
  padding: 0;
}

:where(button):focus-visible {
  outline: auto;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

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

:where(svg, video, canvas, iframe) {
  display: block;
}

:where(img) {
  vertical-align: top;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}