/* Snurra webfonts.
   Satoshi is self-hosted from assets/fonts/ (Fontshare Free Licence — see assets/fonts/LICENSE-Satoshi-FFL.txt).
   Clash Display is likewise self-hosted (Fontshare Free Licence — see assets/fonts/LICENSE-ClashDisplay-FFL.txt).
   Both families are fully offline; no CDN dependency. */
@font-face{font-family:'Satoshi';src:url('../assets/fonts/Satoshi-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Satoshi';src:url('../assets/fonts/Satoshi-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Satoshi';src:url('../assets/fonts/Satoshi-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Satoshi Variable';src:url('../assets/fonts/Satoshi-Variable.woff2') format('woff2-variations');font-weight:300 900;font-style:normal;font-display:swap}
@font-face{font-family:'Clash Display';src:url('../assets/fonts/ClashDisplay-Semibold.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Clash Display';src:url('../assets/fonts/ClashDisplay-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Clash Display Variable';src:url('../assets/fonts/ClashDisplay-Variable.woff2') format('woff2-variations');font-weight:200 700;font-style:normal;font-display:swap}
:root{--font-display:"Clash Display",Georgia,serif;--font-body:"Satoshi",system-ui,-apple-system,sans-serif}
