/* Vendored web fonts (Phase 3a). Charter = XCharter (Bitstream free font
   license); JetBrains Mono = SIL OFL 1.1. WOFF2 embedded in the binary;
   refresh with build.sh --refresh-fonts. */

@font-face {
  font-family: "Charter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/charter/charter-roman.woff2") format("woff2");
}
@font-face {
  font-family: "Charter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/charter/charter-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Charter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/charter/charter-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Charter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/charter/charter-bolditalic.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/jetbrains-mono/jetbrainsmono-regular.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/jetbrains-mono/jetbrainsmono-bold.woff2") format("woff2");
}
