html,
body {
  padding: 0;
  margin: 0;
  font-family: "Inter";
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}

