/* /dist/css/site.css — generated by scripts/build-dist.py --phase2
   DO NOT hand-edit. Source of truth is each root *.html <style> block.
   Regenerate via: python3 scripts/build-dist.py --phase2 */

/* Self-hosted fonts (Inter Tight headings + Inter body, variable axes, Latin subset) */
 @font-face {
 font-family: 'Inter';
 font-style: normal;
 font-weight: 400 700;
 font-display: swap;
 src: url('/fonts/inter-var-latin.woff2') format('woff2');
 }
 @font-face {
 font-family: 'Inter Tight';
 font-style: normal;
 font-weight: 100 900;
 font-display: swap;
 src: url('/fonts/inter-tight-var-latin.woff2') format('woff2');
 }
 @font-face {
 font-family: 'Inter Tight';
 font-style: italic;
 font-weight: 100 900;
 font-display: swap;
 src: url('/fonts/inter-tight-italic-var-latin.woff2') format('woff2');
 }
