
/* ===== COLOR OVERRIDES ===== */
.text-white {
    color: var(--color-text-white) !important;
}

.text-white * {
    color: var(--color-text-white) !important;
}
