* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: auto;
  height: auto;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  text-decoration: none;
  vertical-align: inherit;
  border: 0;
  outline: none;
  line-height: inherit;
  letter-spacing: inherit;
}

html {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}

ul li {
  list-style-type: none;
}

label:has(input[type=checkbox]), label:has(input[type=radio]) {
  cursor: pointer;
}

input[type=color] {
  vertical-align: middle;
  cursor: pointer;
}/*# sourceMappingURL=reset.css.map */