@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");*{font-family:Poppins,sans-serif}.embla{overflow:hidden}.embla__container{display:flex}.embla__slide{position:relative;flex:0 0 100%}.scrollbar-theme,html{scrollbar-width:thin;scrollbar-color:#f472b6 #fdf2f8}.scrollbar-theme::-webkit-scrollbar,html::-webkit-scrollbar{width:5px;height:5px}.scrollbar-theme::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background:#fdf2f8;border-radius:9999px}.scrollbar-theme::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#fbcfe8,#f472b6);border-radius:9999px;border:1px solid #fdf2f8}.scrollbar-theme::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{background:#ec4899}.scrollbar-theme-blue{scrollbar-width:thin;scrollbar-color:#60a5fa #eff6ff}.scrollbar-theme-blue::-webkit-scrollbar{width:5px;height:5px}.scrollbar-theme-blue::-webkit-scrollbar-track{background:#eff6ff;border-radius:9999px}.scrollbar-theme-blue::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#bfdbfe,#60a5fa);border-radius:9999px;border:1px solid #eff6ff}.scrollbar-theme-blue::-webkit-scrollbar-thumb:hover{background:#3b82f6}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-subtle{scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.scrollbar-subtle::-webkit-scrollbar{width:4px;height:4px}.scrollbar-subtle::-webkit-scrollbar-track{background:transparent}.scrollbar-subtle::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:9999px}.scrollbar-subtle::-webkit-scrollbar-thumb:hover{background:#d1d5db}@keyframes ambient-float-up{0%{transform:translateY(120vh) rotate(0deg)}to{transform:translateY(-20vh) rotate(1turn)}}@keyframes ambient-shooting-star{0%{transform:translateX(0);opacity:0}10%{opacity:.7}90%{opacity:.7}to{transform:translateX(-120vw);opacity:0}}@keyframes soft-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.ambient-heart{animation-name:ambient-float-up;animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform}.ambient-star{right:-100px;animation-name:ambient-shooting-star;will-change:transform,opacity}.animate-soft-pulse{animation:soft-pulse 2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.ambient-heart,.ambient-star,.animate-soft-pulse{animation:none!important}}