@tailwind base;@tailwind components;@tailwind utilities;@keyframes slideInRight{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInLeft{0%{transform:translate(-40px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-slide-in-right{animation:slideInRight .22s ease-out both}.animate-slide-in-left{animation:slideInLeft .22s ease-out both}.animate-fade-in{animation:fadeIn .18s ease-out both}
