/* naina docs — matches the app and the hero SVG. */

:root {
  --md-primary-fg-color: #0d1117;
  --md-accent-fg-color: #4ea1ff;
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #0d1117;
  --md-code-bg-color: #151b23;
  --md-typeset-a-color: #4ea1ff;
}

.md-typeset h1,
.md-typeset h2 {
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* Tables carry most of the measured numbers in these docs; make them legible. */
.md-typeset table:not([class]) {
  font-size: 0.76rem;
}
.md-typeset table:not([class]) th {
  font-weight: 600;
}

.md-typeset .md-button {
  font-weight: 500;
}
