body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #0c0022;
  color: #6c25e8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}