.dbc-muted-text {
  color: var(--color-text-muted);
}

.dbc-strong-text {
  font-weight: var(--font-weight-semibold);
}

.dbc-prose :is(p, ol, li) {
  line-height: var(--line-height-relaxed);
}
