.font-wrapper{display:flex;align-items:center;height:auto;padding:0;margin:0}.animated-text{font-size:clamp(1.75rem,3.2vw,3rem);font-weight:700;margin:0;line-height:1.2;color:transparent;-webkit-text-stroke:1.5px rgba(254,254,254,.35);background:linear-gradient(90deg,rgba(255,255,255,0),#ffff 50%,rgba(255,255,255,0));background-size:200%;background-repeat:no-repeat;background-clip:text;animation:shineMove 4s linear infinite}@keyframes shineMove{0%{background-position:200% 0}to{background-position:-200% 0}}