/* Fonts — Smart Vyapaar Design System
   SF Pro is Apple-proprietary and cannot ship off-system. This system pairs:
     • Display  → Sora  (geometric, premium, tightens well at large sizes)
     • Body/UI  → Inter (SF-adjacent text face, excellent at 17px)
   Both are loaded from Google Fonts (their CSS emits the @font-face rules
   with CDN src urls). Swap these @imports for self-hosted @font-face when
   shipping to production. */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700&family=Inter:wght@300;400;500;600;700&display=swap');
