.path-border{fill:none;stroke-dasharray:2000;stroke-dashoffset:2000;stroke-width:1}@keyframes draw{0%{fill:none;fill-opacity:0;stroke-dashoffset:2000}to{fill:var(--color-logo-pink);fill-opacity:1;stroke-dashoffset:0}}@keyframes draw2{0%{fill:none;fill-opacity:0;stroke-dashoffset:2000}to{fill:var(--color-logo-blue);fill-opacity:1;stroke-dashoffset:0}}@keyframes draw3{0%{fill:none;fill-opacity:0;stroke-dashoffset:2000}to{fill:var(--color-logo-green);fill-opacity:1;stroke-dashoffset:0}}.path-border:first-child{animation:draw 8s ease forwards}.path-border:nth-child(2){animation:draw2 8s ease forwards}.path-border:nth-child(3){animation:draw3 8s ease forwards}
