/* Point the fixed cover image at our static asset (esbuild had hashed the path)
   and pin it to the viewport so it fills behind the transparent fixed navbar. */
.cover-image {
  background-image: url('/static/images/home_cover.png') !important;
}
.cover-image,
.cover-image-cover {
  position: fixed !important;
  top: 0;
  left: 0;
}
