@font-face {
  font-family: "FreeMonoBold";
  src: url("/FreeMonoBold.ttf") format("truetype");
}
/* this font is JUST for the letter ꩜ btw*/
/* lmao it doesn't even work in my code editor's font, it's just the unicode not supported character thing */
@font-face {
  font-family: "NotoSansCham";
  src: url("/NotoSansCham.ttf") format("truetype");
}
body {
  background-color: antiquewhite;
  color:maroon ;        
  font-family: "monospace","NotoSansCham";
  width: 90%;
}
h1 {
  font-size: 55px;  
}
p {
  /*color: black;*/
  /*font-family: "NotoSansCham", "sans-serif";*/
}
h3 {
 font-size: 20px; 
}
pre {
text-decoration: inherit;
font-family: inherit;
color: black;
}