/* 70KVN Mono — variable webfont (weights 100–800, roman + italic).
   A fork of JetBrains Mono (SIL OFL 1.1) with the 70KVN slashed-zero default.
   Usage:  font-family: "70KVN Mono", ui-monospace, monospace; */

@font-face {
  font-family: "70KVN Mono";
  src: url("/font/dist/70KVNMono[wght].woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "70KVN Mono";
  src: url("/font/dist/70KVNMono-Italic[wght].woff2") format("woff2");
  font-weight: 100 800;
  font-style: italic;
  font-display: swap;
}
