/* Cross-platform brand typefaces (chosen 2026-07: the source app shipped no typeface at
   all — OS default only — and SF Pro is Apple-only, so it can't ship on Android or web).
   Inter (UI/body) + Plus Jakarta Sans (display/headings) are both free, open-license
   (SIL OFL) variable fonts with full Latin + Finnish (åäö) coverage, and both embed
   identically on iOS, Android and web:
   - iOS/Android (Expo/React Native): download the .ttf/.otf weights below, drop them in
     apps/mobile/assets/fonts/, and load via expo-font's useFonts() — see Google Fonts or
     https://github.com/googlefonts/opensans (repo pattern) for static weight files.
   - Web: the @import below is the fastest path; self-host the same files for
     production/offline use instead of depending on Google's CDN. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap');
