
:root {
  --md-primary-fg-color: #29b6d9;
  --md-primary-fg-color--light: #29b6d9cc;
  --md-primary-fg-color--dark: #29b6d9;
  --md-accent-fg-color: #29b6d9;
}

.md-header { background-color: #29b6d9; }
.md-tabs { background-color: #29b6d9dd; }

/* Document info table */
.md-typeset table:not([class]) th {
  background-color: #f8fafc;
  font-weight: 600;
}

.md-button {
  background-color: #29b6d9 !important;
  color: white !important;
  border-color: #29b6d9 !important;
  border-radius: 6px;
}
