Bold yellow for warning headers
static String warningBold(String text) { return _applyStyle(text, (t) => chalk.yellow.bold(t)); }