/* Load fonts */
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@500&family=Montserrat:wght@400&display=swap");

/* Reset provided by Anima */
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  height: 100%;
}

/* Links */
a {
  text-decoration: none;
}
