@import url(./import.css);

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Roboto", system-ui !important;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.cursor {
  cursor: pointer;
}
