/* Code fonts — self-hosted from the Flag design system.
 * Share Tech Mono: --font-code (code blocks, log output)
 * VT323: --font-code-ui (task tracker UI elements)
 */

@font-face {
  font-family: "Share Tech Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/vendor/fonts/ShareTechMono.ttf") format("truetype");
}

@font-face {
  font-family: "VT323";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/vendor/fonts/VT323.ttf") format("truetype");
}
