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

.dg-text-center {
    text-align: center;
}

.dg-text-right {
    text-align: right;
}

.dg-nowrap {
    white-space: nowrap;
    text-wrap: nowrap;
    hyphens: none;
}

.dg-balance {
    text-wrap: balance;
}

.dg-pretty {
    text-wrap: pretty;
}

.dg-safe-wrap {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}

.dg-surface-muted {
    background: var(--dg-surface-muted);
}

.dg-surface {
    background: var(--dg-surface);
}

.dg-shadow-soft {
    box-shadow: var(--dg-shadow-soft);
}

.dg-shadow-card {
    box-shadow: var(--dg-shadow-card);
}

