@tailwind base;@tailwind components;@tailwind utilities;body{@apply antialiased text-slate-800 bg-slate-50;}@keyframes pulse-gentle{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.95}}.animate-pulse-gentle{animation:pulse-gentle 4s cubic-bezier(.4,0,.6,1) infinite}
