/* Satoshi - Indian Type Foundry, via Fontshare (fontshare.com).
   Free for personal and commercial use under the ITF Free Font Licence.

   Self-hosted for the same reason as Cabinet Grotesk: not on Google Fonts, and pulling
   it from the Fontshare CDN would need two new CSP origins whose failure mode is a
   SILENT fallback. `font-src 'self'` already covers these.

   THE PROPORTIONAL FACE. Body text and prose only. DM Mono is still the face for
   buttons, inputs, metric read-outs, code and chart labels - see the type-system note
   at the body{} rule in index.html. Do not swap those; the split is deliberate.

   ⚠️ Any body rule using Satoshi must also set `font-variant-numeric:tabular-nums`.
   A monospace body aligned digit columns for free and this one does not.

   Weights shipped: 300, 400, 500, 700. No 600 - Satoshi has none (300/400/500/700/900),
   and a request for 600 renders 700 silently. */
@font-face{font-family:'Satoshi';font-style:normal;font-weight:300;font-display:swap;src:url('/static/vendor/fonts/satoshi-300.woff2') format('woff2')}
@font-face{font-family:'Satoshi';font-style:normal;font-weight:400;font-display:swap;src:url('/static/vendor/fonts/satoshi-400.woff2') format('woff2')}
@font-face{font-family:'Satoshi';font-style:normal;font-weight:500;font-display:swap;src:url('/static/vendor/fonts/satoshi-500.woff2') format('woff2')}
@font-face{font-family:'Satoshi';font-style:normal;font-weight:700;font-display:swap;src:url('/static/vendor/fonts/satoshi-700.woff2') format('woff2')}
