/* Sakura layer (Illuminations only). Must not sit behind body text. */
.sakura-layer{
  position:fixed;
  inset:0;
  z-index:5;
  pointer-events:none;
  opacity: calc(0.35 * var(--tmh-motion));
}
