/*
Theme Name: Inka
Author: Seu Nome
Version: 1.0
*/

#root.dark-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.95); /* 95% preto */
  opacity: 0.95;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
