@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}@layer base{html,body{@apply overflow-x-hidden;max-width:100vw;-webkit-overflow-scrolling:touch}body{@apply font-light bg-background text-text-primary antialiased selection:bg-rose-gold selection:text-white break-keep;}h1,h2,h3,h4,h5,h6{@apply break-keep;}}@layer utilities{@keyframes bounce-custom{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}}@keyframes scale-in{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.animate-bounce-custom{animation:bounce-custom 1s ease-in-out infinite}.animate-scale-in{animation:scale-in .3s cubic-bezier(.34,1.56,.64,1)}.animate-grow{@apply animate-grow-[.5s_ease-out_forwards];}@keyframes shimmer{to{transform:translate(100%)}}@keyframes spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.animate-shimmer{animation:shimmer 1.5s infinite}.animate-spin-reverse{animation:spin-reverse 3s linear infinite}@keyframes marquee-notice{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee-notice{animation:marquee-notice 20s linear infinite;display:flex;width:max-content}@keyframes float-a{0%,to{transform:translate(0) translateZ(0)}33%{transform:translate(15px,-12px) translateZ(0)}66%{transform:translate(-8px,8px) translateZ(0)}}@keyframes float-b{0%,to{transform:translate(0) translateZ(0)}33%{transform:translate(-18px,15px) translateZ(0)}66%{transform:translate(10px,-10px) translateZ(0)}}}
