/* ============================================================
   doslovno.by — Fonts
   Display: Satoshi (Fontshare, free for commercial use) — heavy
            grotesque, supports the 900 "Black" weight the scale needs.
   Body:    Inter  (Google Fonts) — long-form readability, nav, UI.
   NOTE: webfonts load from the Fontshare / Google CDNs. If you need
   self-hosted binaries, drop the .woff2 files in assets/fonts and
   replace these @import lines with local @font-face rules.
   ============================================================ */
@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");
