/* Marten Documentation Custom Styles */

:root {
  --md-primary-fg-color: #673ab7;
  --md-primary-fg-color--light: #9575cd;
  --md-primary-fg-color--dark: #512da8;
  --md-accent-fg-color: #ffc107;
}

/* Code blocks */
.md-typeset code {
  font-size: 0.85em;
}

.md-typeset pre > code {
  font-size: 0.8em;
}

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

.md-typeset table:not([class]) th {
  background-color: var(--md-primary-fg-color--light);
  color: white;
}

/* Admonitions */
.md-typeset .admonition {
  font-size: 0.85em;
}

/* Navigation */
.md-nav__link {
  font-size: 0.85em;
}

/* Hero section on home page */
.md-typeset h1 {
  font-weight: 700;
}

/* Quick reference tables */
.md-typeset table:not([class]) td code {
  background-color: transparent;
  padding: 0;
}

/* Footer */
.md-footer-meta {
  background-color: var(--md-primary-fg-color--dark);
}
