* {
  position: relative;
  z-index: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: 0;
  border-radius: 0;
  outline: none;
  line-height: inherit;
  letter-spacing: inherit;
  appearance: none;
  -webkit-appearance: none;
}

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

pre {
  font-size: inherit;
  font-weight: inherit;
}

li {
  list-style-type: none;
}

p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

a {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

i {
  color: inherit;
  font-size: inherit;
}

button {
  font-family: inherit;
}/*# sourceMappingURL=reset.css.map */