/* Self-hosted homepage fonts — no third-party CDN (kills the render-blocking
   fonts.googleapis.com round-trip). Weights mirror the prior Google Fonts
   request exactly: Geist 300/400/500/600, JetBrains Mono 500/600. */
@font-face { font-family:"Geist"; font-style:normal; font-weight:300; font-display:swap; src:url("/assets/home/fonts/geist-300.woff2") format("woff2"); }
@font-face { font-family:"Geist"; font-style:normal; font-weight:400; font-display:swap; src:url("/assets/home/fonts/geist-400.woff2") format("woff2"); }
@font-face { font-family:"Geist"; font-style:normal; font-weight:500; font-display:swap; src:url("/assets/home/fonts/geist-500.woff2") format("woff2"); }
@font-face { font-family:"Geist"; font-style:normal; font-weight:600; font-display:swap; src:url("/assets/home/fonts/geist-600.woff2") format("woff2"); }
@font-face { font-family:"JetBrains Mono"; font-style:normal; font-weight:500; font-display:swap; src:url("/assets/home/fonts/jbmono-500.woff2") format("woff2"); }
@font-face { font-family:"JetBrains Mono"; font-style:normal; font-weight:600; font-display:swap; src:url("/assets/home/fonts/jbmono-600.woff2") format("woff2"); }
