/* ==========================================================================
   Yendra Digital — Webfonts
   Loaded from Google Fonts. Separate @import lines so one failing family
   never blocks the others. Self-host woff2 later for full offline use.
   - Space Grotesk : display / headlines (the requested brand face)
   - Geist         : body + UI (Vercel-spirited neutral grotesque)
   - Geist Mono    : code, data, version strings, kbd
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;500&display=swap');
