/* Prevent transitions on initial load to stop flickering */
.preload * {
  transition: none !important;
}
