:root {
  --md-primary-fg-color: #273668;
  --md-primary-fg-color--light: #3a4c8c;
  --md-primary-fg-color--dark: #1b2747;
}

/* Tabelas mais legíveis */
.md-typeset table:not([class]) {
  font-size: 0.85rem;
}

.md-typeset table:not([class]) th {
  background-color: var(--md-primary-fg-color);
  color: white;
  font-weight: 600;
}

/* Melhor destaque dos blocos de código */
.md-typeset code {
  background-color: rgba(0, 0, 0, 0.06);
}
