@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Inter.ttf') format('truetype');
}


body {
    background-color: #000;
    font-family: 'Inter';
    color: #fff;
    margin: 48px;
}

