@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--background: #F9FAFB;--foreground: #111827;--card: #FFFFFF;--card-foreground: #111827;--sidebar: #111827;--sidebar-foreground: #9CA3AF;--border: #E5E7EB;--primary: #1E3A8A;--primary-foreground: #FFFFFF;--accent: #F97316;--accent-foreground: #FFFFFF;--muted: #F3F4F6;--muted-foreground: #6B7280}body{background-color:var(--background);color:var(--foreground);font-family:Inter,sans-serif;letter-spacing:-.01em;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}.font-mono{font-family:JetBrains Mono,monospace}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.glass{background:#ffffffb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4)}
