@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;color:#111827}:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}}@layer utilities{.scrollbar-thin{scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.scrollbar-thin::-webkit-scrollbar{width:4px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:2px}}