@keyframes stroke-fill {
  to {
    stroke-dashoffset: 0;
  }
}

.animate-stroke-fill {
  animation: stroke-fill 2.2s 500ms forwards;
}
