/* Custom styling for the documentation site */

/* Improved code block styling */
.md-typeset code {
  font-size: 0.85em;
}

/* Better table styling */
.md-typeset table:not([class]) {
  font-size: 0.85em;
}

/* Admonition tweaks */
.md-typeset .admonition {
  font-size: 0.9em;
}
