/* Page-local type module: an 8-bit display face for section marks and a
   readable engineering mono for controls, prose, and dense values. */
@font-face {
  font-family: "TG Pixel";
  src: url("/PressStart2P.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "TG Technical";
  src: url("/tinygpt/IBMPlexMono-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

.tinygpt,
.tinygpt button,
.tinygpt input,
.tinygpt textarea,
.tinygpt .tg-modeldiagram-svg {
  font-family: "TG Technical", "IBM Plex Mono", monospace !important;
}


.tinygpt h1,
.tinygpt .tg-composer h2,
.tinygpt .tg-lens h2 {
  font-family: "TG Pixel", monospace !important;
}
