Bold cyan for info headers
static String infoBold(String text) { return _applyStyle(text, (t) => chalk.cyan.bold(t)); }