* {
  font-size: 100%;
}
*, *::after, *::before {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
fieldset,
blockquote,
pre,
hr,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: inherit;
}

pre {
  font-size: 1rem;
}

ul,
ol {
  margin: 0;
  padding-left: 1em;
}
ul[role=list],
ol[role=list] {
  list-style: none;
}

img,
video,
iframe {
  max-width: 100%;
  display: block;
}

iframe {
  border: none;
}

button,
input[type=submit],
input[type=button] {
  cursor: pointer;
}

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

fieldset {
  border: none;
  padding: 0;
}

form {
  margin: 0;
}

input,
textarea,
select,
button {
  font: inherit;
  line-height: inherit;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: inherit;
}

button {
  -webkit-appearance: none;
  border: none;
}

th {
  text-align: inherit;
}

td,
th {
  padding: 0;
}

q::before, q::after {
  content: none;
}

table {
  border-collapse: collapse;
}

legend {
  padding: 0;
}

a {
  color: inherit;
}

/*# sourceMappingURL=reset.css.map */
