@font-face {
  font-family: "Pixelated MS Sans Serif";
  font-style: normal;
  font-weight: 400;
  src: url("main.ttf") 

}

@font-face {
  font-family: "Pixelated MS Sans Serif Bold";
  font-style: normal;
  font-weight: 700;
  src: url("main-bold.ttf")
}

  body {
    font-family: 'Pixelated MS Sans Serif', sans-serif; /* Use the same font name here */
  }
