[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

.path-drawn {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
