/* Self-hosted brand fonts — Saira (display), Inter (body), JetBrains Mono (mono).
   Matches design-system/Final/brand.css, but served SAME-ORIGIN so the brand type always
   loads, with no dependency on Google Fonts (which a corporate proxy / VPN / blocker can
   stop, dropping the page to a system fallback). The Google Fonts <link> stays in each page
   head as a secondary source; this file is linked AFTER it so these self-hosted faces win.
   Variable fonts (full weight range), font-display:swap. */
@font-face{font-family:'Saira';src:url('/assets/fonts/Saira.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap}
@font-face{font-family:'Inter';src:url('/assets/fonts/Inter.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap}
@font-face{font-family:'JetBrains Mono';src:url('/assets/fonts/JetBrainsMono.woff2') format('woff2');font-weight:100 800;font-style:normal;font-display:swap}
