:root {
  --aunt-overlay-z-index: var(--aunt-z-index-full-screen);
  --aunt-overlay-background-color: rgba(0, 0, 0, 0.7);
}
.aunt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--aunt-overlay-z-index);
  width: 100%;
  height: 100%;
  background-color: var(--aunt-overlay-background-color);
}
