@font-face
{
  font-family: "Retro";
  src: url("/assets/fonts/retro_computer.ttf");
  font-display: swap;
  font-weight: 300;
}

body
{
	font-family: Retro;
}