body {
  font-family: 'Nunito', sans-serif;
}

#productos-container img:hover {
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}

button:focus {
  outline: none;
}

#zoom-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.rounded-xl {
  border-radius: 0.75rem;
}
