/* ClearStreamer brand accents — keep the Material blue but warm the dark scheme
   slightly toward the www.clearstreamer.com palette (#0f172a backgrounds). */

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #0f172a;
  --md-primary-fg-color: #2563eb;
  --md-accent-fg-color: #3b82f6;
}

[data-md-color-scheme="default"] {
  --md-primary-fg-color: #2563eb;
  --md-accent-fg-color: #2563eb;
}

/* Tighten table rendering for the many Q&A comparison tables. */
.md-typeset table:not([class]) th {
  font-weight: 600;
}
