body {
  font-family: 'Inter', sans-serif;
}
.text-brand-yellow { color: #ffcc00; }
.bg-brand-yellow { background-color: #ffcc00; }
.hover\:bg-brand-yellow-dark:hover { background-color: #e6b800; }
.border-brand-yellow { border-color: #ffcc00; }
.ring-brand-yellow { --tw-ring-color: #ffcc00; }

/* CSS para el modal de imagen */
#imageModalImg {
  max-height: 90vh;
  max-width: 90vw;
}