@tailwind base;@tailwind components;@tailwind utilities;::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f9fafb;border-left:1px solid #d4d4d8}::-webkit-scrollbar-thumb{background:#d4d4d8}::-webkit-scrollbar-thumb:hover{background:#a1a1aa}body{background-color:#f9fafb;background-image:linear-gradient(to right,#e4e4e7 1px,transparent 1px),linear-gradient(to bottom,#e4e4e7 1px,transparent 1px);background-size:40px 40px;background-attachment:fixed}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{display:inline-flex;white-space:nowrap;animation:marquee 30s linear infinite}
