/* Podium IQ webfonts.
   The app loads IBM Plex Sans + Geist Mono via next/font (Google).
   No binaries exist in the repo, so we load the same families from Google Fonts CDN. */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Geist+Mono:wght@400;500;600&display=swap');
