/* Theme colors */
:root {
  --solc-color: #4a5568;
  --solx-color: #2b6cb0;
}

.text-solc {
  color: var(--solc-color);
}

.text-solx {
  color: var(--solx-color);
}

/* Chart styles */
.chart-container {
  width: 100%;
  height: 400px;
  margin-top: 2rem;
}
