body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2147483647;
  background-image: var(--paper-texture-image);
  background-repeat: repeat;
  background-size: var(--paper-texture-size);
  mix-blend-mode: var(--paper-texture-blend);
  opacity: var(--paper-texture-opacity);
  display: var(--paper-texture-display);
}
