/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Prevent animation flash on load */
[style*="animation-delay"] {
  opacity: 0;
  animation-fill-mode: forwards;
}
