@keyframes drawLine{to{stroke-dashoffset:0}}.draw-line{stroke-dasharray:var(--path-length);stroke-dashoffset:var(--path-length);animation:drawLine 2s ease-out forwards}@keyframes drawText{to{opacity:1}}.draw-text{opacity:0;animation:drawText 2s ease-out 2s forwards}