/* Custom CSS for Curve Documentation */
:root {
  --md-primary-fg-color: #3f51b5;
  --md-accent-fg-color: #536dfe;
}

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

/* Better spacing for code blocks */
.md-typeset pre > code {
  padding: 1em;
}
