
  /* Disable animations only during initial load to prevent flicker */
  body.preload * {
    animation: none !important;
    animation-duration: 0s !important;
    transition: none !important;
  }
