/* ==========================================================================
   Self-hosted webfonts.
   ----------------------------------------------------------------------------
   Jost (display + body) and JetBrains Mono (labels, eyebrows, UI chrome), the
   same pair as the AI Specialist Solutions proposal deck, so the site and the
   collateral read as one system.

   These are bundled rather than loaded from fonts.googleapis.com because
   SiteGround's Speed Optimizer STRIPS external stylesheet links for logged-out
   visitors: admins see the real face, the public sees a system fallback, and
   nothing in the markup shows it happened. That cost a round of "why does it
   look different on my phone" on the Peykoff build. Do not move these back to
   a CDN.

   All three are VARIABLE fonts, so one file covers every weight on the axis.
   Google serves the same woff2 for 300 through 700; declaring them separately
   would ship the same 26KB five times.
   ========================================================================== */

@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost-var.woff2') format('woff2-variations');
  font-weight: 300 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost-var-italic.woff2') format('woff2-variations');
  font-weight: 300 700; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/jetbrains-mono-var.woff2') format('woff2-variations');
  font-weight: 400 600; font-style: normal; font-display: swap;
}
