:root {
    --shopee-red: #EE4D2D;
    --shopee-orange: #FF6633;
}

/* Força o modo dark se o usuário escolher */
[data-theme="dark"] {
  background-color: #111827;
  color: #f9fafb;
}

.imgLogo {
    height: auto;
    width: 17rem;
}

.imgLogo {
  text-shadow: 0 4px 6px rgb(255, 255, 255);
}
