/**
 * Utilidades mínimas Delibreakfast
 */
.ds-text-xs { font-size: var(--text-xs); }
.ds-text-sm { font-size: var(--text-sm); }
.ds-text-base { font-size: var(--text-base); }
.ds-text-lg { font-size: var(--text-lg); }
.ds-text-muted { color: var(--color-text-muted); }
.ds-font-sans { font-family: var(--font-sans); }
.ds-font-serif { font-family: var(--font-serif); }
.ds-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
