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

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

.emoji {
  font-family: "PixEmoji", sans-serif;  
}

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

.thick-font {
  font-family: "Gameboy", sans-serif;  
}

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

.surveyor {
  font-family: "Surveyor", sans-serif;  
}