/* Self-hosted variable fonts, latin subset — both SIL OFL 1.1.
   Archivo carries prose and headings; JetBrains Mono is reserved for
   instrumentation: labels, codes, readouts. */

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/archivo.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("/fonts/jetbrains-mono.woff2") format("woff2");
}
