@font-face {
    font-family: 'Pixeboy';
    src: url('../fonts/Pixeboy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Pixeloid Sans';
    src: url('../fonts/PixeloidSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}