* {
  margin: 0;
  padding: 0;
}

:where(html) {
  font-size: 16px;
  min-width: 320px;
  background: var(--color-blue);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

:where(html)::-webkit-scrollbar {
  display: none;
}

:where(button) {
  all: unset;
  -webkit-appearance: none;
  appearance: none;
  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;
  width: 100%;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

.lil-gui {
  left: 0;
}