@layer base{svg{width:1280px;height:auto;margin:0 auto;font:10.5em Google Sans;display:block}.text-copy{fill:none;stroke:#fff;stroke-dasharray:6% 29%;stroke-width:5px;stroke-dashoffset:0%;will-change:stroke-dashoffset;animation:5.5s linear infinite stroke-offset}.text-copy:first-child{stroke:var(--color-blue-700);animation-delay:-1}.text-copy:nth-child(2){stroke:var(--color-red-500);animation-delay:-2s}.text-copy:nth-child(3){stroke:var(--color-dark-500);animation-delay:-3s}.text-copy:nth-child(4){stroke:var(--color-orange-500);animation-delay:-4s}.text-copy:nth-child(5){stroke:var(--color-teal-600);animation-delay:-5s}@keyframes stroke-offset{to{stroke-dashoffset:-35%}}}
