/* ===========================================================================
   AI Sales Agent — Webfonts
   SUBSTITUTION NOTE: the product itself uses system-ui (no bundled webfont). The
   design system standardises on the IBM Plex family from Google Fonts so Thai +
   Latin render identically across machines. Fonts are loaded from the Google
   Fonts CDN via @import below. For a fully offline/self-hosted system, download
   the IBM Plex Sans Thai / Sans / Mono woff2 files and replace this @import with
   local @font-face rules. See readme.md > VISUAL FOUNDATIONS.
   ===========================================================================*/

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