@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .5s ease-out}.animate-slideDown{animation:slideDown .5s ease-out}.animate-slideUp{animation:slideUp .5s ease-out}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#3341554d}::-webkit-scrollbar-thumb{background:#10b98180;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#10b981cc}.light ::-webkit-scrollbar-track{background:#cbd5e14d}.light ::-webkit-scrollbar-thumb{background:#22c55e80}.light ::-webkit-scrollbar-thumb:hover{background:#22c55ecc}
