body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, fieldset, legend, figure, menu {
  margin: 0;
  padding: 0;
  border: 0;
}

table, th, td {
  border-spacing: 0;
  border-collapse: collapse;
}

ol, ul, li {
  list-style: none;
}

body, input, textarea, keygen, select, button {
  font: normal 16px "SUIT", "Noto Sans", sans-serif;
}

input, textarea, select, button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: #333;
  outline: 0;
  vertical-align: middle;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

a, button, input[type=submit], input[type=button], input[type=reset] {
  border: 0;
  background: transparent;
  cursor: pointer;
}

img {
  border: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box;
  font-family: "SUIT", sans-serif;
}

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