/* Self-hosted site-wide fonts — no third-party CDN (kills the render-blocking
   fonts.googleapis.com round-trip on every interior page). Shared by the LO
   landing, pricing, credibilitywatch, learn, reference, and the client
   dashboards. The union of weights those pages request from Google: Geist
   300/400/500/600/700 + JetBrains Mono 400/500. @font-face is lazy, so a page
   only downloads the weights it actually renders. Latin subset, font-display:swap.
   (The homepage keeps its own /assets/home/fonts.css — slightly different weight set.) */
@font-face { font-family:"Geist"; font-style:normal; font-weight:300; font-display:swap; src:url("/assets/fonts/geist-300.woff2") format("woff2"); }
@font-face { font-family:"Geist"; font-style:normal; font-weight:400; font-display:swap; src:url("/assets/fonts/geist-400.woff2") format("woff2"); }
@font-face { font-family:"Geist"; font-style:normal; font-weight:500; font-display:swap; src:url("/assets/fonts/geist-500.woff2") format("woff2"); }
@font-face { font-family:"Geist"; font-style:normal; font-weight:600; font-display:swap; src:url("/assets/fonts/geist-600.woff2") format("woff2"); }
@font-face { font-family:"Geist"; font-style:normal; font-weight:700; font-display:swap; src:url("/assets/fonts/geist-700.woff2") format("woff2"); }
@font-face { font-family:"JetBrains Mono"; font-style:normal; font-weight:400; font-display:swap; src:url("/assets/fonts/jbmono-400.woff2") format("woff2"); }
@font-face { font-family:"JetBrains Mono"; font-style:normal; font-weight:500; font-display:swap; src:url("/assets/fonts/jbmono-500.woff2") format("woff2"); }
