/* ============================================================
   Compuhelp — Webfonts
   PRIMARY: Montserrat (official brand typeface, self-hosted from
   the uploaded variable fonts). Used for display, headings and UI.
   TECHNICAL: IBM Plex Mono (Google CDN) for the mono / "binary /
   code" motif, kbd, stats — Montserrat has no monospace cut, and
   no brand mono file was provided.
   ============================================================ */

/* IBM Plex Mono — technical accents (must precede @font-face per CSS spec) */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap');

/* Montserrat — variable weight 100–900, upright + italic */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype-variations"),
       url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype-variations"),
       url("../fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* IBM Plex Mono — technical accents */
