@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{@keyframes move-left-fade{0%{transform:translate(0);opacity:1}to{transform:translate(-20px);opacity:0}}@keyframes move-right-fade{0%{transform:translate(0);opacity:1}to{transform:translate(20px);opacity:0}}.animate-move-left{animation:move-left-fade 1.5s infinite}.animate-move-right{animation:move-right-fade 1.5s infinite}@keyframes swipe-hint{0%,to{transform:translate(-3px);opacity:.8}50%{transform:translate(3px);opacity:1}}.animate-swipe-hint{animation:swipe-hint 1.5s ease-in-out infinite}}@layer base{body{line-height:1.6}}
