/* Local fonts — served from /static/fonts/ on the VM. No external CDN.
   Run fetch-assets.sh once (during setup, with internet) to populate the
   woff2 files. If any are missing, the stacks fall back to system fonts. */
@font-face{font-family:'Inter Tight';font-style:normal;font-weight:400;font-display:swap;src:local('Inter Tight'),url('/static/fonts/inter-tight-400.woff2') format('woff2');}
@font-face{font-family:'Inter Tight';font-style:normal;font-weight:500;font-display:swap;src:local('Inter Tight Medium'),url('/static/fonts/inter-tight-500.woff2') format('woff2');}
@font-face{font-family:'Inter Tight';font-style:normal;font-weight:600;font-display:swap;src:local('Inter Tight SemiBold'),url('/static/fonts/inter-tight-600.woff2') format('woff2');}
@font-face{font-family:'Inter Tight';font-style:normal;font-weight:700;font-display:swap;src:local('Inter Tight Bold'),url('/static/fonts/inter-tight-700.woff2') format('woff2');}
@font-face{font-family:'Source Serif 4';font-style:normal;font-weight:400;font-display:swap;src:local('Source Serif 4'),url('/static/fonts/source-serif-4-400.woff2') format('woff2');}
@font-face{font-family:'Source Serif 4';font-style:normal;font-weight:500;font-display:swap;src:local('Source Serif 4 Medium'),url('/static/fonts/source-serif-4-500.woff2') format('woff2');}
@font-face{font-family:'Source Serif 4';font-style:normal;font-weight:600;font-display:swap;src:local('Source Serif 4 SemiBold'),url('/static/fonts/source-serif-4-600.woff2') format('woff2');}
@font-face{font-family:'Source Serif 4';font-style:italic;font-weight:400;font-display:swap;src:local('Source Serif 4 Italic'),url('/static/fonts/source-serif-4-400-italic.woff2') format('woff2');}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400;font-display:swap;src:local('JetBrains Mono'),url('/static/fonts/jetbrains-mono-400.woff2') format('woff2');}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:600;font-display:swap;src:local('JetBrains Mono SemiBold'),url('/static/fonts/jetbrains-mono-600.woff2') format('woff2');}
