/* ============================================================
   Self-hosted web fonts (no external requests at runtime).
   Open Sans substitutes Segoe UI cross-platform; Chivo Mono is
   the telemetry numeral face. Variable fonts, latin subset,
   fetched from Google Fonts (OFL licensed).
   ============================================================ */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/OpenSans-var.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/OpenSans-italic-var.woff2") format("woff2");
}
@font-face {
  font-family: "Chivo Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/ChivoMono-var.woff2") format("woff2");
}
