* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  border: 0;
  border-radius: 0;
  vertical-align: inherit;
  outline: 0;
  z-index: inherit;
}

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

textarea {
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type=text] {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type=number] {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

button {
  cursor: pointer;
}/*# sourceMappingURL=reset.css.map */