/* Remove transition effects when the page initially loads */
.no-transition,
.no-transition * {
  transition: none !important;
}

/* Set initial background color to avoid white flash */
html {
  background-color: #1e1f22; /* Same as dark theme --background */
}
