@font-face {
  font-family: "CMU Typewriter";
  src: url("/assets/fonts/cmuntt.woff2") format("woff2");
  font-display: block;
  font-style: normal;
  font-weight: 400 700;
}

:root {
  color-scheme: dark;
  --page: #0c0b09;
  --surface: #110f0c;
  --raised: #241e16;
  --edge: #4e4230;
  --edge-strong: #8e7d64;
  --text: #e2d9c6;
  --muted: #9e9380;
  --hot: #ebc597;
  background: var(--page);
  color: var(--text);
  font-family: "CMU Typewriter", ui-monospace, monospace;
  font-synthesis: none;
  text-rendering: geometricPrecision;
}
