/**
 * @file
 * Reading mask overlay styles.
 */

.a11y-reading-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.05s linear;
  pointer-events: none;
}
