/* Layout shift fix stylesheet to prevent visual jumps during loading */
img {
  content-visibility: auto;
}

.landing-logo {
  aspect-ratio: 4.8 / 1;
  width: 100%;
  max-width: 480px;
  height: auto;
}

#app-logo {
  aspect-ratio: 4.8 / 1;
  width: 120px;
  height: 25px;
}
