Bold red for error headers
static String errorBold(String text) { return _applyStyle(text, (t) => chalk.red.bold(t)); }