/* Color utilities - Text and background color helpers */

/* Text colors */
.text-primary { color: var(--primary) !important; }
.text-secondary { color: var(--text-secondary) !important; }
.text-muted { color: var(--text-secondary) !important; }

/* Background colors */
.bg-primary { background-color: var(--primary) !important; }
.bg-surface { background-color: var(--surface) !important; }
.bg-background { background-color: var(--background) !important; }
