@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:var(--paragraph-font-weight),var(--title-font-weight),var(--h2-font-weight),var(--h3-font-weight),var(--paragraph-small-font-weight),var(--h1-font-weight)");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}

a {
  text-decoration: none;
}

a :hover{
  cursor: pointer;
}