:root {
  font-family: "Inter", sans-serif;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: "Inter var", sans-serif;
  }
}

* {
  box-sizing: border-box;
}

a {
  color: #646cff;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
}
