@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Chakra Petch,sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes bounceCustom{0%,to{transform:scale(1.1)}50%{transform:scale(1.15)}}.animate-fade-in-up{animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1)}.animate-bounce-custom{animation:bounceCustom 2s infinite}.animate-fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-left:2px solid black}.custom-scrollbar::-webkit-scrollbar-thumb{background:#888;border:2px solid black;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#555}
