@tailwind base;@tailwind components;@tailwind utilities;:root{--ink:#0f1520;--slate:#334155;--muted:#64748b;--line:#e2e8f0;--cloud:#f8fafc;--white:#fff;--orange:#ea580c;--orange-light:#fb923c;--orange-wash:#fff7ed;--success:#16a34a;--alert:#dc2626}.custom-scrollbar::-webkit-scrollbar{height:6px;width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out forwards}body{background-color:#f8fafc;background-color:var(--cloud);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0}
/*# sourceMappingURL=main.dc008aff.css.map*/