.small-muted,
.text-muted {
    color: var(--rlab-color-muted);
}

.reveal p.caption {
    color: var(--rlab-color-muted);
    font-style: italic;
    margin: 0.3em 0 0;
}

.text.on-dark {
    color: white;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

.text-bg {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 10px;
}

/* Semantic text colors — bridge for Bootstrap-style utility classes */
.text-success { color: var(--rlab-color-success); }
.text-warning { color: var(--rlab-color-warning); }
.text-danger  { color: var(--rlab-color-danger); }
.text-accent  { color: var(--rlab-color-accent); }
.text-center  { text-align: center; }
.text-left    { text-align: left; }
.text-right   { text-align: right; }
