/* ChillBills Design System — Fonts
   Brand typeface: Plus Jakarta Sans (Google Fonts, SIL OFL 1.1).
   Loaded via Google's CSS2 endpoint — its response is itself a set of
   @font-face rules (variable weight axis 200–800), which become part of
   this stylesheet's closure once imported. */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
}
