@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");@layer base{:root{--brand:#6366f1;--brand-dark:#4f46e5}body{@apply bg-gray-50 text-gray-900 antialiased}}@layer components{.badge,.badge-blue,.badge-gray,.badge-green,.badge-red,.badge-yellow,.btn-danger,.btn-primary,.btn-secondary,.card,.input{@apply badge bg-gray-100 text-gray-600}}.skeleton{@apply bg-gray-200 rounded animate-pulse}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{@apply bg-gray-300 rounded-full}