@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;500;700;900&display=swap");
html {
  font-size: 15px;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: normal;
  color: #707070 !important;
}

ul, ol {
  list-style: none;
}

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

button:focus {
  outline: none;
}

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