/* Two families only. Both IBM Plex, both SIL OFL, both served from Google Fonts —
   the source repo loads them via next/font/google, so no binaries ship in the codebase
   and the CDN is the real source of truth (design/work-order-management/README.md §Assets).

   Mono is LOAD-BEARING, not decorative: every identifier and number (WO numbers,
   circuits, pay codes, quantities, currency, times, aging) is set in mono so 6 and 8
   stay distinguishable in field glare. */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap");

:root {
  --font-sans: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
}
