/* Tailwind CSS compilation anchor for NiishForge compilation engine */
@tailwind base;
@tailwind components;
@tailwind utilities;

/* Custom Utilities for FATAR Theme */
.bg-fatar-purple { background-color: #460e73 !important; }
.bg-fatar-purple-hover:hover, .hover\:bg-fatar-purple-hover:hover { background-color: #360a59 !important; }
.hover\:bg-fatar-purple:hover { background-color: #460e73 !important; color: #ffffff !important; }
.bg-fatar-purple-light { background-color: #f3ebf9 !important; }
.bg-fatar-purple\/10 { background-color: rgba(70, 14, 115, 0.1) !important; }
.bg-fatar-purple\/5 { background-color: rgba(70, 14, 115, 0.05) !important; }
.text-fatar-purple { color: #460e73 !important; }
.hover\:text-fatar-purple:hover { color: #460e73 !important; }
.border-fatar-purple { border-color: #460e73 !important; }
.border-fatar-purple\/20 { border-color: rgba(70, 14, 115, 0.2) !important; }
.border-fatar-purple\/30 { border-color: rgba(70, 14, 115, 0.3) !important; }

.bg-fatar-green { background-color: #0b6e40 !important; }
.bg-fatar-green-hover:hover, .hover\:bg-fatar-green-hover:hover { background-color: #085330 !important; }
.hover\:bg-fatar-green:hover { background-color: #0b6e40 !important; color: #ffffff !important; }
.bg-fatar-green-light { background-color: #e8f5ee !important; }
.bg-fatar-green\/10 { background-color: rgba(11, 110, 64, 0.1) !important; }
.text-fatar-green { color: #0b6e40 !important; }
.hover\:text-fatar-green:hover { color: #0b6e40 !important; }
.border-fatar-green { border-color: #0b6e40 !important; }
.border-fatar-green\/30 { border-color: rgba(11, 110, 64, 0.3) !important; }

.bg-fatar-gold { background-color: #e29c1b !important; }
.bg-fatar-gold-light { background-color: #fef7e8 !important; }
.text-fatar-gold { color: #e29c1b !important; }

/* Text Color Fallbacks */
.text-purple-100 { color: #f3e8ff !important; }
.text-purple-200 { color: #e9d5ff !important; }
.text-amber-300 { color: #fcd34d !important; }
.text-amber-400 { color: #fbbf24 !important; }
.text-emerald-300 { color: #6ee7b7 !important; }
.text-emerald-400 { color: #34d399 !important; }

/* Gradient Fallbacks */
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, #460e73, #360a59, #250542) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, #460e73, #360a59, #0b6e40) !important;
}
/* Font Serif Fallback (Playfair Display from Google Fonts) */
.font-serif {
  font-family: 'Playfair Display', Georgia, serif !important;
}


