/* Site-wide style overrides that must win over the Tailwind Play CDN. */

/* Default body text (on plain/white backgrounds) is black. */
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0) !important;
}

/* On sections with a light colored background, use a readable grey instead of black. */
.bg-gray-50 .text-gray-600,
.bg-gray-100 .text-gray-600,
.bg-brand-yellow .text-gray-600 {
  color: rgb(107 114 128) !important;
}

/* On dark-background sections, use white/near-white. */
.bg-brand-dark .text-gray-600,
.bg-gray-900 .text-gray-600 {
  color: rgb(255 255 255) !important;
}
