/*
 * utilities/text.css — text color / weight utilities
 *
 * Extracted in M9 from:
 *   index.v13.css lines 965-975 (.text-gray, .text-warn, .text-bold)
 *
 * Loaded AFTER index.v13.css to preserve cascade.
 */

.text-gray {
    color: #7785B3 !important;
}

.text-warn {
    color: #F1AC44 !important;
}

.text-bold {
    font-weight: 700;
}
