@font-face {

font-family: "SyneMono-Regular";

src: url('/fonts/SyneMono-Regular.ttf') format("truetype");}

@font-face {

font-family: "SpaceMono-Regular";

src: url('/fonts/SpaceMono-Regular.ttf') format("truetype");}

h1 {
    font-family: 'SyneMono-Regular', monospace; /* You likely already have this */
    font-size: 48px;  /* <--- Add this line */
}

h2, h3 {
    font-family: 'SyneMono-Regular', monospace;
}

body {
  background-image: url('/L4.gif');
  background-repeat: repeat;
  color: white;
  font-family: 'SpaceMono-Regular';
}

