@font-face {
  font-family: "Geo";
  src: url("/Geo.ttf") format("truetype");
}
      
body {
  font-family: 'Geo', sans-serif;
  background-color: white;
  color: black;
  font-weight: 400;
  font-style: normal;
}