/* n4n webfonts — Inter (UI) + JetBrains Mono (code/numerics).
   Source of truth: the app.n4n.ai console (n4n.ai/app), whose stacks are
     --font-sans: "Inter", ui-sans-serif, system-ui, …
     --font-mono: ui-monospace, "JetBrains Mono", "SF Mono", Menlo, …
   Production surfaces rely on the system fallback chain; the Google Fonts
   import below is for design previews / prototypes so Inter renders
   everywhere. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');
