/* Self-hosted, latin subset only.
   ⚠️ NEVER link fonts.googleapis.com. It puts two extra origins on the critical
   path — a render-blocking stylesheet from one, then the files from another,
   each costing a DNS lookup, a TLS handshake and a round trip. Measured at 0.44s
   for the stylesheet alone on the Clarus site before it was self-hosted.
   All three faces are OFL, so self-hosting is licensed. */

/* Display face. Was Instrument Serif - an editorial high-contrast serif, which
   reads elegant and fluid. Wrong signal for someone who writes Win32 code, so
   it is an industrial grotesque now, and there are no italics on this site. */
@font-face {
  font-family: "Archivo";
  src: url("/fonts/archivo.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("/fonts/jetbrains-mono.woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
