#bd-theme:focus,
#bd-theme:focus-visible,
#bd-theme:active,
#bd-theme.show {
  outline: none;
  box-shadow: none;
}

#snow-canvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 1.2s ease;
}
