/*
Theme Name: AIBC Child Theme
Template: wp-theme-sigma
*/

.bg-gray-300 {
  background-color: var(--wp--preset--color--gray-300) !important;
}


.bg-gray-900 {
  background-color: var(--wp--preset--color--gray-900) !important;
}

.text-gray-600 {
  color: var(--wp--preset--color--gray-600) !important;
}

.text-gray-900 {
  color: var(--wp--preset--color--gray-900) !important;
}

.sigma-speakers-list p.text-gray-900{
  color:#fff!important;
}

.speaker-image-container .speaker-details-btn{
  background-color: var(--wp--preset--color--brand-950) !important;
}

.speaker-image-container .speaker-details-btn span.icon-plus.text-icon.bg-black{
  background-color: var(--wp--preset--color--brand-300) !important;
}

.speaker-bio-container {
  color: #000 !important;
}
.post-author span{
  color: #fff !important;
}