/* GetNetwork — Web Font Imports
 *
 * ⚠️  FONT SUBSTITUTION NOTICE
 * The GetNetwork iOS app uses SF Pro Rounded (Apple proprietary, not licensed
 * for web). This design system substitutes:
 *   • Display / Headings: Nunito (rounded terminals, similar weight range)
 *   • Body / UI:          Inter (clean neutral sans, matches SF Pro metrics)
 *
 * To match the app precisely, replace these imports with licensed SF Pro
 * Rounded font files and update the --font-display / --font-body variables
 * in tokens/typography.css.
 */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap');
