@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");@layer base{:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--sidebar-width:240px}*,body{@apply bg-gray-50 text-gray-900 font-sans antialiased}html{scroll-behavior:smooth}}@layer components{.btn-primary,.btn-secondary,.card,.input,.sidebar-link,.sidebar-link.active{@apply w-full px-3 py-2 rounded-lg border border-gray-300 text-sm
           focus:outline-none focus:ring-2 focus:ring-brand-500 focus:border-transparent
           placeholder:text-gray-400 transition-shadow}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{@apply bg-gray-400}