/* MundiX Documentation - Custom Styles */

:root {
  --md-primary-fg-color: #4051b5;
  --md-accent-fg-color: #536dfe;
}

.task-badge {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 0.75em;
  font-weight: 700;
  color: #fff;
  border-radius: 0.25rem;
  margin-right: 0.5em;
}

.task-badge.status-done { background-color: #388e3c; }
.task-badge.status-progress { background-color: #1976d2; }

.mermaid {
  text-align: center;
  margin: 2em 0;
}
