@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{font-family:Plus Jakarta Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f1ef;background-image:radial-gradient(circle,rgba(74,55,40,.3) 1.5px,transparent 1.5px);background-size:32px 32px;background-position:0 0}}@layer utilities{.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#00000008;border-radius:9999px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#307a534d;border-radius:9999px;transition:background .3s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#307a5399}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #307a5333}50%{box-shadow:0 0 0 10px #307a5300}}button,a,input,select,textarea{transition:all .25s cubic-bezier(.4,0,.2,1)}.animate-fade-in{animation:fadeInScale .35s cubic-bezier(.16,1,.3,1) forwards}.animate-pulse-subtle{animation:pulseGlow 2.5s infinite}.hover-lift{transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 20px 40px -15px #00000014}
