.chart-title {
  --color: #666;
  color: var(--color);
  font-weight: bold;
  font-size: 14px;
}
.chart-title.dark {
  --color: #95fff9ff;
}
