*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  appearance: none;
  -webkit-appearance: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, ol, li {
  margin: 0;
  padding: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

button, input, select, textarea, a {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button, input, select, textarea, a, [role="button"], [role="link"] {
  appearance: none;
  cursor: pointer;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button, input, select, textarea, a,
:focus,
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

hr {
  box-sizing: content-box;
  height: 1px;
  background: #000;
  border: 0;
  overflow: visible;
}

details, summary {
  display: block;
}

summary {
  list-style: none;
  list-style-type: none;
}

progress {
  display: block;
  width: 100%;
}

dialog {
  background: none;
}

input, textarea, select {
  touch-action: manipulation;
}
