/* Highcharts Override CSS */

/* Global font override for all Highcharts elements */
.highcharts-container text {
  font-family: 'Roboto Condensed', Arial, Helvetica !important;
  font-size: 0.75rem !important; /* 12px */
}

/* Chart title */
.highcharts-title text {
  font-family: 'Roboto Condensed', Arial, Helvetica !important;
  font-size: 1.125rem !important; /* 18px */
  font-weight: bold !important;
}

/* Subtitle */
.highcharts-subtitle text {
  font-family: 'Roboto Condensed', Arial, Helvetica !important;
  font-size: 0.875rem !important; /* 14px */
}

/* Axis labels */
.highcharts-axis-labels text {
  font-family: 'Roboto Condensed', Arial, Helvetica !important;
  font-size: 0.6875rem !important; /* 11px */
}

/* X-axis title */
.highcharts-xaxis-title text {
  font-family: 'Roboto Condensed', Arial, Helvetica !important;
  font-size: 0.8125rem !important; /* 13px */
  font-weight: bold !important;
}

/* Y-axis title */
.highcharts-yaxis-title text {
  font-family: 'Roboto Condensed', Arial, Helvetica !important;
  font-size: 0.8125rem !important; /* 13px */
  font-weight: bold !important;
}

/* Legend text */
.highcharts-legend-item text {
  font-family: 'Roboto Condensed', Arial, Helvetica !important;
  font-size: 0.75rem !important; /* 12px */
}

/* Data labels on points */
.highcharts-data-label text {
  font-family: 'Roboto Condensed', Arial, Helvetica !important;
  font-size: 0.6875rem !important; /* 11px */
}

/* Tooltip */
.highcharts-tooltip text {
  font-family: 'Roboto Condensed', Arial, Helvetica !important;
  font-size: 0.75rem !important; /* 12px */
}

/* Credits text */
.highcharts-credits {
  font-family: 'Roboto Condensed', Arial, Helvetica !important;
  font-size: 0.625rem !important; /* 10px */
}
