static TextStyle primaryBold16(Color fontColor) => TextStyle( color: fontColor, fontSize: 16.toFont, fontWeight: FontWeight.w700, );