/*
 * Gray
*/
.text-gray-50 {
  color: #f9fafb !important;
}
.text-gray-100 {
  color: #f3f4f6 !important;
}
.text-gray-200 {
  color: #e5e7eb !important;
}
.text-gray-300 {
  color: #d1d5db !important;
}
.text-gray-400 {
  color: #9ca3af !important;
}
.text-gray-500 {
  color: #6b7280 !important;
}
.text-gray-600 {
  color: #4b5563 !important;
}
.text-gray-700 {
  color: #374151 !important;
}
.text-gray-800 {
  color: #1f2937 !important;
}
.text-gray-900 {
  color: #111827 !important;
}

/*
 * Red
*/
.text-red-50 {
  color: #fef2f2 !important;
}
.text-red-100 {
  color: #fee2e2 !important;
}
.text-red-200 {
  color: #fecaca !important;
}
.text-red-300 {
  color: #fca5a5 !important;
}
.text-red-400 {
  color: #f87171 !important;
}
.text-red-500 {
  color: #ef4444 !important;
}
.text-red-600 {
  color: #dc2626 !important;
}
.text-red-700 {
  color: #b91c1c !important;
}
.text-red-800 {
  color: #991b1b !important;
}
.text-red-900 {
  color: #7f1d1d !important;
}

/*
 * Yellow
*/
.text-yellow-50 {
  color: #fffbeb !important;
}
.text-yellow-100 {
  color: #fef3c7 !important;
}
.text-yellow-200 {
  color: #fde68a !important;
}
.text-yellow-300 {
  color: #fcd34d !important;
}
.text-yellow-400 {
  color: #fbbf24 !important;
}
.text-yellow-500 {
  color: #f59e0b !important;
}
.text-yellow-600 {
  color: #d97706 !important;
}
.text-yellow-700 {
  color: #b45309 !important;
}
.text-yellow-800 {
  color: #92400e !important;
}
.text-yellow-900 {
  color: #78350f !important;
}

/*
 * Green
*/
.text-green-50 {
  color: #ecfdf5 !important;
}
.text-green-100 {
  color: #d1fae5 !important;
}
.text-green-200 {
  color: #a7f3d0 !important;
}
.text-green-300 {
  color: #6ee7b7 !important;
}
.text-green-400 {
  color: #34d399 !important;
}
.text-green-500 {
  color: #10b981 !important;
}
.text-green-600 {
  color: #059669 !important;
}
.text-green-700 {
  color: #047857 !important;
}
.text-green-800 {
  color: #065f46 !important;
}
.text-green-900 {
  color: #064e3b !important;
}

/*
 * Blue
*/
.text-blue-50 {
  color: #eff6ff !important;
}
.text-blue-100 {
  color: #dbeafe !important;
}
.text-blue-200 {
  color: #bfdbfe !important;
}
.text-blue-300 {
  color: #93c5fd !important;
}
.text-blue-400 {
  color: #60a5fa !important;
}
.text-blue-500 {
  color: #3b82f6 !important;
}
.text-blue-600 {
  color: #2563eb !important;
}
.text-blue-700 {
  color: #1d4ed8 !important;
}
.text-blue-800 {
  color: #1e40af !important;
}
.text-blue-900 {
  color: #1e3a8a !important;
}

/*
 * Indigo
*/
.text-indigo-50 {
  color: #eef2ff !important;
}
.text-indigo-100 {
  color: #e0e7ff !important;
}
.text-indigo-200 {
  color: #c7d2fe !important;
}
.text-indigo-300 {
  color: #a5b4fc !important;
}
.text-indigo-400 {
  color: #818cf8 !important;
}
.text-indigo-500 {
  color: #6366f1 !important;
}
.text-indigo-600 {
  color: #4f46e5 !important;
}
.text-indigo-700 {
  color: #4338ca !important;
}
.text-indigo-800 {
  color: #3730a3 !important;
}
.text-indigo-900 {
  color: #312e81 !important;
}

/*
 * Purple
*/
.text-purple-50 {
  color: #f5f3ff !important;
}
.text-purple-100 {
  color: #ede9fe !important;
}
.text-purple-200 {
  color: #ddd6fe !important;
}
.text-purple-300 {
  color: #c4b5fd !important;
}
.text-purple-400 {
  color: #a78bfa !important;
}
.text-purple-500 {
  color: #8b5cf6 !important;
}
.text-purple-600 {
  color: #7c3aed !important;
}
.text-purple-700 {
  color: #6d28d9 !important;
}
.text-purple-800 {
  color: #5b21b6 !important;
}
.text-purple-900 {
  color: #4c1d95 !important;
}

/*
 * Pink
*/
.text-pink-50 {
  color: #fdf2f8 !important;
}
.text-pink-100 {
  color: #fce7f3 !important;
}
.text-pink-200 {
  color: #fbcfe8 !important;
}
.text-pink-300 {
  color: #f9a8d4 !important;
}
.text-pink-400 {
  color: #f472b6 !important;
}
.text-pink-500 {
  color: #ec4899 !important;
}
.text-pink-600 {
  color: #db2777 !important;
}
.text-pink-700 {
  color: #be185d !important;
}
.text-pink-800 {
  color: #9d174d !important;
}
.text-pink-900 {
  color: #831843 !important;
}

/*
 * Black
*/
.text-black {
  color: #000000 !important;
}
