/*css reset*/
button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  outline: inherit;
  padding: 0;
}

a {
  color: inherit;
}

@font-face {
  font-family: "Roboto";
  font-weight: normal;
  src: url("css/roboto.woff2") format("woff2");
}
::-webkit-scrollbar {
  display: none;
}
