@import url("https://rsms.me/inter/inter.css");

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

body {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  margin: 0;
}

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

.coloured {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(30deg, rgb(180, 236, 81), rgb(0, 198, 209));
  color: transparent;
  font-weight: 900;
}

.styled-link {
  border-bottom: 1px dashed;
  color: rgb(51, 51, 51);
  text-decoration: none;
}
