/* ============================================================
   r-tec — Fonts
   ------------------------------------------------------------
   House typeface (Hausschrift): GT America — a licensed neo-
   grotesque, NOT bundled. Per r-tec's own brand manual ARIAL
   is the sanctioned system substitute, so the sans stack
   leads with Arial/Helvetica.

   Accent / "Schmuckschrift": Lucida Sans Typewriter, a
   humanist monospace — self-hosted from fonts/LTYPE.TTF.
   --font-mono picks it up automatically; the stack still
   falls back to Lucida Console / ui-monospace if the file
   ever fails to load.
   ============================================================ */

@font-face {
  font-family: "Lucida Sans Typewriter";
  src: url("../fonts/LTYPE.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
