/* Hotfix for #25159 
 * Label colors are being overriden by charts.
 * Possibly a case of it trying to detect best color for a11y?
 */
.paragraph--chart g.highcharts-label.highcharts-data-label text {
  fill: #000 !important;
}