/* Archives page — overrides only */

body.archives-page #snow,
body.archives-page canvas {
  pointer-events: none !important;
}

body.archives-page header,
body.archives-page nav,
body.archives-page .nav-link,
body.archives-page a,
body.archives-page button {
  position: relative;
  z-index: 10;
}

.lightbox {
  pointer-events: none;
}

.lightbox.open {
  pointer-events: auto;
}
