/* TEXT */

.text-teal-100 {
  color: #d2f4ea !important;
}

.text-teal-200 {
  color: #a6e9d5 !important;
}

.text-teal-300 {
  color: #79dfc1 !important;
}

.text-teal-400 {
  color: #4dd4ac !important;
}

.text-teal-500 {
  color: #20c997 !important;
}

.text-teal-600 {
  color: #1aa179 !important;
}

.text-teal-700 {
  color: #13795b !important;
}

.text-teal-800 {
  color: #0d503c !important;
}

.text-teal-900 {
  color: #06281e !important;
}

.text-indigo-100 {
  color: #e0cffc !important;
}

.text-indigo-200 {
  color: #c29ffa !important;
}

.text-indigo-300 {
  color: #a370f7 !important;
}

.text-indigo-400 {
  color: #8540f5 !important;
}

.text-indigo-500 {
  color: #6610f2 !important;
}

.text-indigo-600 {
  color: #520dc2 !important;
}

.text-indigo-700 {
  color: #3d0a91 !important;
}

.text-indigo-800 {
  color: #290661 !important;
}

.text-indigo-900 {
  color: #140330 !important;
}

.text-yellow-100 {
  color: #fff3cd !important;
}

.text-yellow-200 {
  color: #ffe69c !important;
}

.text-yellow-300 {
  color: #ffda6a !important;
}

.text-yellow-400 {
  color: #ffcd39 !important;
}

.text-yellow-500 {
  color: #ffc107 !important;
}

.text-yellow-600 {
  color: #cc9a06 !important;
}

.text-yellow-700 {
  color: #997404 !important;
}

.text-yellow-800 {
  color: #664d03 !important;
}

.text-yellow-900 {
  color: #332701 !important;
}

.text-orange-100 {
  color: #ffe5d0 !important;
}

.text-orange-200 {
  color: #fecba1 !important;
}

.text-orange-300 {
  color: #feb272 !important;
}

.text-orange-400 {
  color: #fd9843 !important;
}

.text-orange-500 {
  color: #fd7e14 !important;
}

.text-orange-600 {
  color: #ca6510 !important;
}

.text-orange-700 {
  color: #984c0c !important;
}

.text-orange-800 {
  color: #653208 !important;
}

.text-orange-900 {
  color: #331904 !important;
}

.text-red-100 {
  color: #ea868f !important;
}

.text-red-200 {
  color: #f1aeb5 !important;
}

.text-red-300 {
  color: #ea868f !important;
}

.text-red-400 {
  color: #e35d6a !important;
}

.text-red-500 {
  color: #dc3545 !important;
}

.text-red-600 {
  color: #b02a37 !important;
}

.text-red-700 {
  color: #842029 !important;
}

.text-red-800 {
  color: #58151c !important;
}

.text-red-900 {
  color: #2c0b0e !important;
}

.text-cyan-100 {
  color: #cff4fc !important;
}

.text-cyan-200 {
  color: #9eeaf9 !important;
}

.text-cyan-300 {
  color: #6edff6 !important;
}

.text-cyan-400 {
  color: #3dd5f3 !important;
}

.text-cyan-500 {
  color: #0dcaf0 !important;
}

.text-cyan-600 {
  color: #0aa2c0 !important;
}

.text-cyan-700 {
  color: #087990 !important;
}

.text-cyan-800 {
  color: #055160 !important;
}

.text-cyan-900 {
  color: #032830 !important;
}

/* BACKGROUND */

.bg-teal-100 {
  background-color: #d2f4ea !important;
}

.bg-teal-200 {
  background-color: #a6e9d5 !important;
}

.bg-teal-300 {
  background-color: #79dfc1 !important;
}

.bg-teal-400 {
  background-color: #4dd4ac !important;
}

.bg-teal-500 {
  background-color: #20c997 !important;
}

.bg-teal-600 {
  background-color: #1aa179 !important;
}

.bg-teal-700 {
  background-color: #13795b !important;
}

.bg-teal-800 {
  background-color: #0d503c !important;
}

.bg-teal-900 {
  background-color: #06281e !important;
}

.bg-indigo-100 {
  background-color: #e0cffc !important;
}

.bg-indigo-200 {
  background-color: #c29ffa !important;
}

.bg-indigo-300 {
  background-color: #a370f7 !important;
}

.bg-indigo-400 {
  background-color: #8540f5 !important;
}

.bg-indigo-500 {
  background-color: #6610f2 !important;
}

.bg-indigo-600 {
  background-color: #520dc2 !important;
}

.bg-indigo-700 {
  background-color: #3d0a91 !important;
}

.bg-indigo-800 {
  background-color: #290661 !important;
}

.bg-indigo-900 {
  background-color: #140330 !important;
}

.bg-yellow-100 {
  background-color: #fff3cd !important;
}

.bg-yellow-200 {
  background-color: #ffe69c !important;
}

.bg-yellow-300 {
  background-color: #ffda6a !important;
}

.bg-yellow-400 {
  background-color: #ffcd39 !important;
}

.bg-yellow-500 {
  background-color: #ffc107 !important;
}

.bg-yellow-600 {
  background-color: #cc9a06 !important;
}

.bg-yellow-700 {
  background-color: #997404 !important;
}

.bg-yellow-800 {
  background-color: #664d03 !important;
}

.bg-yellow-900 {
  background-color: #332701 !important;
}

.bg-orange-100 {
  background-color: #ffe5d0 !important;
}

.bg-orange-200 {
  background-color: #fecba1 !important;
}

.bg-orange-300 {
  background-color: #feb272 !important;
}

.bg-orange-400 {
  background-color: #fd9843 !important;
}

.bg-orange-500 {
  background-color: #fd7e14 !important;
}

.bg-orange-600 {
  background-color: #ca6510 !important;
}

.bg-orange-700 {
  background-color: #984c0c !important;
}

.bg-orange-800 {
  background-color: #653208 !important;
}

.bg-orange-900 {
  background-color: #331904 !important;
}

.bg-red-100 {
  background-color: #ea868f !important;
}

.bg-red-200 {
  background-color: #f1aeb5 !important;
}

.bg-red-300 {
  background-color: #ea868f !important;
}

.bg-red-400 {
  background-color: #e35d6a !important;
}

.bg-red-500 {
  background-color: #dc3545 !important;
}

.bg-red-600 {
  background-color: #b02a37 !important;
}

.bg-red-700 {
  background-color: #842029 !important;
}

.bg-red-800 {
  background-color: #58151c !important;
}

.bg-red-900 {
  background-color: #2c0b0e !important;
}

.bg-cyan-100 {
  background-color: #cff4fc !important;
}

.bg-cyan-200 {
  background-color: #9eeaf9 !important;
}

.bg-cyan-300 {
  background-color: #6edff6 !important;
}

.bg-cyan-400 {
  background-color: #3dd5f3 !important;
}

.bg-cyan-500 {
  background-color: #0dcaf0 !important;
}

.bg-cyan-600 {
  background-color: #0aa2c0 !important;
}

.bg-cyan-700 {
  background-color: #087990 !important;
}

.bg-cyan-800 {
  background-color: #055160 !important;
}

.bg-cyan-900 {
  background-color: #032830 !important;
}