/* BotConversa — Webfont
   Product UI uses Nunito Sans (rounded, friendly, operational).
   No binary was provided in the source; loaded from Google Fonts CDN.
   To ship self-hosted files, drop the .woff2 in /assets/fonts and
   replace this @import with @font-face rules pointing at them. */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700;6..12,800&display=swap');

:root {
  --bc-font-sans: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --bc-font-mono: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
}
