@font-face {
  font-family: 'Anthropic';
  src: url('/fonts/anthropic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Iosevka';
  src: url('/fonts/iosevka.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'ComicSansMS';
  src: url('/fonts/comicsans.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

body {
    color: white;
    background-color: #232323;
    font-family: 'Anthropic', sans-serif;
    margin: 0;
    overflow-y: hidden;
}
