@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#0f172a;--surface:#1e293b;--accent:#6366f1}body{background-color:var(--bg);color:#e2e8f0}