/* ── Inline text color ─────────────────────────────────────────
   A small, controlled set of semantic classes the Content Editor's
   [color=NAME]...[/color] syntax (apps/core/markdown.py) can emit,
   picked from the color toolbar control. Each class only re-points
   an existing token from ../tokens/colors.css - never a new color
   value. See ../README.md - "The Content Editor".
*/
.text-color-brand   { color: var(--color-primary); }
.text-color-muted   { color: var(--color-text-muted); }
.text-color-success { color: var(--status-success-text); }
.text-color-warning { color: var(--status-warning-text); }
.text-color-danger  { color: var(--status-danger-text); }
.text-color-info    { color: var(--status-info-text); }
