/* Self-hosted variable fonts (previously loaded from the Google Fonts CDN).
   Same family names as the inline fontFamily references across the app, so no
   component changes are needed. Latin subset, woff2, font-display:swap. */
@font-face{font-family:'Inter';font-style:normal;font-weight:300 900;font-display:swap;src:url('/fonts/inter.woff2') format('woff2');}
@font-face{font-family:'Big Shoulders Inline Display';font-style:normal;font-weight:400 900;font-display:swap;src:url('/fonts/bigshoulders.woff2') format('woff2');}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400 700;font-display:swap;src:url('/fonts/jetbrainsmono.woff2') format('woff2');}
