* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p, pre, input, button, textarea, ul, ol {
  margin: 0;
  padding: 0;
  color: #313850;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
}

ul, ol {
  list-style: none;
}

button, input, textarea, a {
  outline: none;
}

button, input, textarea {
  border: none;
  background: none;
}

button, a {
  cursor: pointer;
}

a {
  text-decoration: none;
}

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