/* Self-hosted brand fonts — replaces the Google Fonts CDN <link>.
   Variable WOFF2 (OFL): Cormorant Garamond, Sora, JetBrains Mono.
   Deploy: put the .woff2 files in public/fonts/ and this file at public/fonts.css
   (or paste these @font-face rules at the TOP of styles.css). */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400 700;font-display:swap;src:url('/fonts/CormorantGaramond-wght.woff2') format('woff2')}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:400 500;font-display:swap;src:url('/fonts/CormorantGaramond-italic-wght.woff2') format('woff2')}
@font-face{font-family:'Sora';font-style:normal;font-weight:300 800;font-display:swap;src:url('/fonts/Sora-wght.woff2') format('woff2')}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:300 600;font-display:swap;src:url('/fonts/JetBrainsMono-wght.woff2') format('woff2')}
