/* ── Sócio+ Webfonts ──
   Display: Cabinet Grotesk · Body: Satoshi (both Fontshare / Indian Type Foundry)
   Mono: IBM Plex Mono (Google Fonts)
   NOTE: These load from CDN — no local binaries were provided. The @import lines
   below pull the real font CSS (which contains the @font-face rules + woff2 URLs).
   If you need self-hosted binaries, drop them in assets/fonts/ and replace these. */

@import url("https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700,900&f[]=cabinet-grotesk@400,500,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap");
