/* ============================================================
   Departure Mono — the site typeface.
   Helena Zhang, v1.500, SIL OFL 1.1 (see DepartureMono-LICENSE.txt).
   Self-hosted: no build step, no third-party font request.

   One weight ships. font-synthesis is off everywhere so nothing renders
   as smeared fake bold — emphasis is carried by size, tracking and color
   instead. It is a pixel face, crispest at multiples of 11px.
   ============================================================ */
@font-face {
  font-family: "Departure Mono";
  src: url("/fonts/DepartureMono-Regular.woff2") format("woff2"),
       url("/fonts/DepartureMono-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html { font-synthesis: none; }
