/* Kramlipi Docs — theme tweaks */

:root {
  --md-primary-fg-color: #3949ab;
}

.md-header__title {
  font-weight: 600;
}

.md-typeset h1 {
  font-weight: 700;
}

.md-typeset table:not([class]) {
  font-size: 0.85rem;
}

.md-typeset .admonition {
  border-radius: 0.4rem;
}

/* SEO: ensure code blocks are readable in search snippets */
.highlight span.filename {
  font-weight: 600;
}
