@keyframes breath{0%,to{transform:scale(1);opacity:1}40%{transform:scale(1.15);opacity:.8}}@keyframes textBreathe{0%,to{opacity:1}40%{opacity:.3}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-breath{animation:breath 3s ease-in-out infinite}.animate-text-breathe{animation:textBreathe 3s ease-in-out infinite}