@keyframes drawPath{0%{stroke-dashoffset:5000}to{stroke-dashoffset:0}}@keyframes colorFlash{0%{fill:none;stroke:var(--color-primary)}80%{fill:color-mix(in srgb,var(--color-primary) 0%,transparent);stroke:var(--color-primary)}to{fill:var(--color-primary);stroke:var(--color-primary)}}.logo-path{stroke-dasharray:5000;animation:drawPath 2.5s ease-in-out forwards,colorFlash 2.5s ease-in-out forwards}
