/* ============================================================
   Truekr — Fonts
   Display/Headings: Satoshi (Fontshare)
   Body/UI:          Inter   (Google Fonts)
   NOTE: Loaded via CDN @import. If you need self-hosted binaries,
   drop the .woff2 files in assets/fonts/ and replace these with
   local @font-face rules. (Substitution flagged in readme.md)
   ============================================================ */

@import url("https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400,500,600,700&display=swap");
